|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpRepresentationObjectSelectionModel
This interface allows the selection of
IlpRepresentationObjects.
| Method Detail |
|---|
IlpRepresentationObject getSelectedRepresentationObject()
IlpRepresentationObject
from the collection of selected representation objects.
Returns null if there is no selected object.
null if
the selection is empty.Collection getSelectedRepresentationObjects()
IlpRepresentationObjects.
The set should be ordered if the component implementing this interface
supports an ordered selection.
Returns an empty set if there is no selected object.
IlpRepresentationObjectsvoid setSelectedRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject.
This has no effect if the given object is already selected.
object - The object that will become the selection.void setSelectedRepresentationObjects(Collection objects)
IlpRepresentationObjects.
objects - The collection of representation objects that will become
the selection.boolean isRepresentationObjectSelected(IlpRepresentationObject object)
true if the given
IlpRepresentationObject
is selected, false otherwise.
object - The representation object that may be selected.void addSelectionRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject to the
selection.
This has no effect if the given object is null or if
it is already selected.
object - The representation object that will be added to the
selection.void removeSelectionRepresentationObject(IlpRepresentationObject object)
IlpRepresentationObject from the
selection.
This has no effect if the given object is null or if it
is currently unselected.
object - The representation object that will be removed from the
selection.void removeSelectionRepresentationObjects(Collection ros)
IlpRepresentationObjects from
the selection.
This has no effect if the given objects are null or if
they are currently unselected.
ros - The collection of representation objects to be removedvoid clearSelection()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||