|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectArray
A class to be used in class ControlGroup it will create an array of form objects, like button, text area, radio button etc.
Constructor Summary | |
ObjectArray(var $name)
Constructor of the class ObjectArray. |
Method Summary | |
void |
AddObject(var $object)
Method to add more objects to the array. |
string |
GetCellAttributes()
Method to get the cell attributes. |
string |
GetClass()
Method to get the Class. |
integer |
GetColSpan()
Method to get the colspan. |
string |
GetCSS()
Method to get the CSS. |
string |
GetName()
Method to get the name of the object array. |
array |
GetObjects()
Method to get the array ob objects. |
string |
GetString()
Method to get the html code of the class. |
bool |
IsHidden()
Method to check if the object is a hidden element. |
bool |
IsNewLine()
Method to check if the object should be placed to a new line. |
bool |
IsObjectAnArray()
Method to check if the object is an array of objects. |
void |
SetCellAttributes(var $cellAttr)
Method to set the cell attributes for CSS. |
void |
SetClass(var $class)
Method to set the class. |
void |
SetColSpan(var $colspan)
Method to set the colspan. |
void |
SetCSS(var $css)
Method to set the CSS. |
void |
SetName(var $name)
Method to set the name of the object array. |
void |
SetNewLine(var $value)
Method to set to put the object to a new line. |
array |
SetObjects(var $objectArray)
Method to set the array for the objects.The method takes array of objects and updates it's array. |
Constructor Detail |
public ObjectArray(var $name)
Method Detail |
public void SetName(var $name)
public string GetName()
public void SetCellAttributes(var $cellAttr)
public string GetCellAttributes()
public void AddObject(var $object)
public array GetObjects()
public array SetObjects(var $objectArray)
public void SetCSS(var $css)
public string GetCSS()
public void SetClass(var $class)
public string GetClass()
public void SetColSpan(var $colspan)
public integer GetColSpan()
public string GetString()
public void SetNewLine(var $value)
$value
- Default Value: TRUEpublic bool IsNewLine()
public bool IsHidden()
public bool IsObjectAnArray()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |