|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.services.web.components.WebComponent
corelib.services.web.components.DataGridColumn
public class DataGridColumn
A DataGridColumn object is used for store one column of the outer DataGrid.
DataGrid| Field Summary |
|---|
| Fields inherited from class corelib.services.web.components.WebComponent |
|---|
dataBindings, webPage, xmlNode |
| Constructor Summary | |
|---|---|
DataGridColumn()
The constructor class. |
|
DataGridColumn(java.lang.String text,
java.lang.String value)
Class constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCaption()
Returns the caption of column. |
java.lang.String |
getCssClass()
Returns the CSS class (or all CSS classes) used by this component. |
java.lang.String |
getCssStyle()
Returns the text representation of CSS style declarations for this component. |
java.lang.String |
getValues()
Returns the property value associed to display on column. |
boolean |
isVisible()
Returns the visibility of this element in the associated visual component. |
void |
setCaption(java.lang.String caption)
Change the caption of column. |
void |
setCssClass(java.lang.String cssClass)
Changes the CSS class used by this component. |
void |
setCssStyle(java.lang.String cssStyle)
Changes the text representation of CSS style declarations for this component. |
void |
setValues(java.lang.String values)
Change the property values associed to display on column. |
void |
setVisible(boolean visible)
Changes the visibility of this element is the associated visual component. |
| Methods inherited from class corelib.services.web.components.WebComponent |
|---|
addBindingExpression, addChildComponent, component_init, component_load, component_preRepeaterDuplications, getChildComponents, getDataBinding, getElementsByTagName, getId, getWebPage, getXmlNode, setId, setWebPage, setXmlNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataGridColumn()
public DataGridColumn(java.lang.String text,
java.lang.String value)
text - The column name text.value - The property associated the values of DataGrid component.| Method Detail |
|---|
public java.lang.String getValues()
public void setValues(java.lang.String values)
values - The property name.public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption - The caption column.public boolean isVisible()
public void setVisible(boolean visible)
visible - The new visibility.public java.lang.String getCssClass()
setCssClass(String),
getCssStyle()public void setCssClass(java.lang.String cssClass)
cssClass - The new CSS class(es) used by this component.getCssClass(),
setCssStyle(String)public java.lang.String getCssStyle()
setCssStyle(String),
getCssClass()public void setCssStyle(java.lang.String cssStyle)
cssStyle - the new text representation of CSS style declarations.getCssStyle(),
setCssClass(String)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||