|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectItemProvider
Models individual select item data, (like a select-box option or a checkbox, etc.).
Implementations of this interface must extend javax.faces.model.SelectItem.
Method Summary | |
---|---|
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. |
boolean |
isDisabled()
Returns true if item is disabled. |
boolean |
isEscape()
Returns true if item label should be escaped. |
Method Detail |
---|
Object getValue()
String getLabel()
String getDescription()
boolean isDisabled()
String getStyle()
String getIcon()
boolean isEscape()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |