|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentSelectionModel | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
Uses of ComponentSelectionModel in com.arsdigita.bebop |
Classes in com.arsdigita.bebop that implement ComponentSelectionModel | |
class |
MapComponentSelectionModel
A simple implementation of a ComponentSelectionModel . |
Methods in com.arsdigita.bebop that return ComponentSelectionModel | |
ComponentSelectionModel |
SplitWizard.getSelectionModel()
Gets the selection model for this wizard. |
Methods in com.arsdigita.bebop with parameters of type ComponentSelectionModel | |
void |
SplitWizard.setSelectionModel(ComponentSelectionModel model)
Sets the selection model for this wizard. |
Constructors in com.arsdigita.bebop with parameters of type ComponentSelectionModel | |
SplitWizard(Component header,
ComponentSelectionModel model,
Component defaultPane)
Constructs a new, empty SplitWizard without a selector. |
|
SplitWizard(ComponentSelectionModel model,
Component defaultPane)
Construct a new, empty SplitWizard without a selector. |
|
SplitWizard(ComponentSelectionModel model)
Constructs a new, empty SplitWizard. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |