|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUICommand
com.businessobjects.jsf.sdk.components.UIBaseControl
com.businessobjects.jsf.sdk.components.UIItemsColumn
A column that appears in the ItemsGrid
component.
Field Summary | |
static java.lang.String |
TYPE
For internal use only. |
Constructor Summary | |
UIItemsColumn()
|
Method Summary | |
void |
decode(FacesContext context)
For internal use only. |
java.lang.String |
getFamily()
For internal use only. |
java.lang.String |
getField()
Gets the field used for the column data. |
java.lang.String |
getHeaderText()
Gets the header text that is used for the column's label. |
java.lang.String |
getImage()
For internal use only. |
IInfoObject |
getInfoObject()
For internal use only. |
java.lang.String |
getInputType()
For internal use only. |
java.lang.String |
getLinkAction()
For internal use only. |
boolean |
isHyperlink()
Returns a value that indicates whether each item (row) in the column is clickable as a hyperlink. |
void |
restoreState(FacesContext context,
java.lang.Object state)
For internal use only. |
java.lang.Object |
saveState(FacesContext context)
For internal use only. |
void |
setField(java.lang.String value)
Gets the field used for the column data. |
void |
setHeaderText(java.lang.String value)
Sets the header text that is used for the column's label. |
void |
setHyperlink(boolean hyperlink)
Sets a value that indicates whether each item (row) in the column is clickable as a hyperlink. |
void |
setImage(java.lang.String image)
For internal use only. |
void |
setInfoObject(IInfoObject value)
For internal use only. |
void |
setInputType(java.lang.String value)
For internal use only. |
void |
setLinkAction(java.lang.String linkAction)
For internal use only. |
Methods inherited from class com.businessobjects.jsf.sdk.components.UIBaseControl |
getItemSource, getLocale, isAutoHandleEvents, isEnabled, setAutoHandleEvents, setEnabled, setItemSource, setLocale |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String TYPE
For internal use only.
Constructor Detail |
public UIItemsColumn()
Method Detail |
public java.lang.String getHeaderText()
Gets the header text that is used for the column's label.
String
that represents the header text that is used for the column's label.public void setHeaderText(java.lang.String value)
Sets the header text that is used for the column's label.
value
- A String
that represents the header text that is used for the column's label.public java.lang.String getImage()
For internal use only.
public void setImage(java.lang.String image)
For internal use only.
public java.lang.String getLinkAction()
For internal use only.
public void setLinkAction(java.lang.String linkAction)
For internal use only.
public java.lang.String getInputType()
For internal use only.
public void setInputType(java.lang.String value)
For internal use only.
public java.lang.String getField()
Gets the field used for the column data.
String
that specifies the field used for the column data.public void setField(java.lang.String value)
Gets the field used for the column data.
value
- A String
that specifies the field to use for the column data.public boolean isHyperlink()
Returns a value that indicates whether each item (row) in the column is clickable as a hyperlink.
true
if the column items are clickable as hyperlinks, otherwise, false
.public void setHyperlink(boolean hyperlink)
Sets a value that indicates whether each item (row) in the column is clickable as a hyperlink.
hyperlink
- true
to make the column items clickable as hyperlinks, otherwise, false
.public void setInfoObject(IInfoObject value)
For internal use only.
public IInfoObject getInfoObject()
For internal use only.
public void decode(FacesContext context)
For internal use only.
public java.lang.String getFamily()
For internal use only.
public java.lang.Object saveState(FacesContext context)
For internal use only.
public void restoreState(FacesContext context, java.lang.Object state)
For internal use only.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |