public class SButtonAdapter extends WingsComponentAdapter implements ActionListener
HANDLE_DOCUMENT_CHANGE, HANDLE_ITEM_SELECTION, IGNORE_FOCUS_CHANGE, NONE, NOT_MUTABLE, READ_ACTION_LISTENERS| Constructor and Description |
|---|
SButtonAdapter(View view,
org.wings.SButton component,
long behavior)
Instantiates a new SButtonAdapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent event) |
void |
dettach()
Dettach from the view.
|
void |
populate(Object newValue)
Sets new value for the component.
|
getName, invalidateaccess, actionOccured, actionOccured, convertForDisplay, convertForStorage, display, getComponent, getView, isBehaviorSet, setBehaviorMask, valueChangingpublic SButtonAdapter(View view, org.wings.SButton component, long behavior)
view - the viewcomponent - the componentbehavior - the behaviorpublic void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerpublic void dettach()
ComponentAdapterdettach in class ComponentAdapterpublic void populate(Object newValue)
ComponentAdapterpopulate in class ComponentAdapternewValue - the new valueCopyright © 2010-2020 Toolsverse. All Rights Reserved.