|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectableInterface
SelectableInterface is an interface used by objects which support behavior
where only one object can be selected at a time and any object selected
is deselected when a new object is selected.
Method Summary | |
---|---|
ButtonModelInterface |
getButtonModel()
Get the buttonModel for the selectionGroup to set the selected state on. |
com.sas.util.transforms.TransformInterface |
getDisplayTransform()
Get the transform used to change the item attribute for display on the SelectableInterface. |
java.lang.Object |
getItem()
Get the Item data for the SelectableInterface object. |
SelectionGroupInterface |
getSelectionGroup()
Get the SelectionGroupInterface for the SelectableInterface object. |
void |
setDisplayTransform(com.sas.util.transforms.TransformInterface displayTransform)
Set the transform used to change the item attribute for display on the SelectableInterface. |
void |
setItem(java.lang.Object item)
Set the Item for the SelectableInterface object. |
void |
setSelectionGroup(SelectionGroupInterface selectionGroup)
Set the SelectionGroupInterface for the SelectableInterface object. |
Method Detail |
---|
ButtonModelInterface getButtonModel()
com.sas.util.transforms.TransformInterface getDisplayTransform()
setDisplayTransform(com.sas.util.transforms.TransformInterface)
java.lang.Object getItem()
setItem(java.lang.Object)
SelectionGroupInterface getSelectionGroup()
setSelectionGroup(com.sas.visuals.SelectionGroupInterface)
void setDisplayTransform(com.sas.util.transforms.TransformInterface displayTransform)
displayTransform
- the new TransformInterface for the displayTransformgetDisplayTransform()
void setItem(java.lang.Object item)
stringData
- the new Item value for the SelectableInterface object.setItem(java.lang.Object)
void setSelectionGroup(SelectionGroupInterface selectionGroup)
selectionGroup
- the new SelectionGroupInterface to add this SelectableInterface to.getSelectionGroup()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |