|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.object.BoundPropertiesSelectItemGroupProvider.SelectItem
protected class BoundPropertiesSelectItemGroupProvider.SelectItem
Field Summary | |
---|---|
protected Object |
m_row
|
Constructor Summary | |
---|---|
BoundPropertiesSelectItemGroupProvider.SelectItem(Object row)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getDescription()
Returns item's extended description, typically used in the UI as a tooltip |
String |
getIcon()
Returns item's encoded icon URL. |
String |
getLabel()
Returns item's display name, typically used in the UI to diplay this item |
String |
getStyle()
Returns item's inline CSS style. |
Object |
getValue()
Returns item's value, used for data binding, typically a unique identifier. |
int |
hashCode()
|
boolean |
isDisabled()
Returns true if item is disabled. |
boolean |
isEscape()
Returns true if item label should be escaped. |
protected Object |
resolveBinding(ValueBinding binding)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Object m_row
Constructor Detail |
---|
public BoundPropertiesSelectItemGroupProvider.SelectItem(Object row)
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public String getDescription()
ISelectItemProvider
getDescription
in interface ISelectItemProvider
public String getIcon()
ISelectItemProvider
getIcon
in interface ISelectItemProvider
public String getLabel()
ISelectItemProvider
getLabel
in interface ISelectItemProvider
public String getStyle()
ISelectItemProvider
getStyle
in interface ISelectItemProvider
public Object getValue()
ISelectItemProvider
getValue
in interface ISelectItemProvider
public boolean isDisabled()
ISelectItemProvider
isDisabled
in interface ISelectItemProvider
public boolean isEscape()
ISelectItemProvider
isEscape
in interface ISelectItemProvider
protected Object resolveBinding(ValueBinding binding)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |