|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.ui.util.ClSelectCommandBean
public class ClSelectCommandBean extends Object implements DataBean
| Modifier and Type | Method and Description |
|---|---|
Capabilities |
getCapabilities()
Returns a Capabilities object which identifies
the attributes that aren't supported by this DataBean. |
ItemDescriptor[] |
getCommandDescriptionList()
|
String[] |
getCommandDescriptionSelection()
|
ItemDescriptor[] |
getCommandLibList()
|
String[] |
getCommandLibSelection()
|
ItemDescriptor[] |
getCommandNameList()
|
String[] |
getCommandNameSelection()
|
void |
load()
Initializes this object. |
void |
save()
Saves all changes that have been applied to this object via its accessor methods. |
void |
setCommandDescriptionList(ItemDescriptor[] values)
|
void |
setCommandDescriptionSelection(String[] selection)
|
void |
setCommandLibList(ItemDescriptor[] values)
|
void |
setCommandLibSelection(String[] selection)
|
void |
setCommandNameList(ItemDescriptor[] values)
|
void |
setCommandNameSelection(String[] selection)
|
void |
verifyChanges()
Validates any changes that have been applied to this object via its accessor methods. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Capabilities getCapabilities()
DataBeanCapabilities object which identifies
the attributes that aren't supported by this DataBean.
There are many reasons why a DataBean might not support
a given attribute. For example:
The Capabilities object may provide a list
of instructions, or HandlerTasks, which the
UI framework is to perform. Typically these involve disabling
or removing certain UI components from a panel.
getCapabilities in interface DataBeanCapabilities object which reflects this object's capabilitiesCapabilitiespublic void verifyChanges()
DataBean
This method is called just prior to save to give
the receiver an opportunity to verify that its data is consistent
with any changes made to other DataBeans associated
with a given panel. If an inconsistency is discovered the
DataBean should throw an exception. This will
prevent the changes from being committed.
verifyChanges in interface DataBeanpublic void save()
DataBean
save in interface DataBeanpublic void load()
DataBean
This method should be called prior to handing the DataBean
off to the UI Framework. On return from this method the bean
should be in a state where it is ready to return data on any of
its accessor methods.
load in interface DataBeanpublic ItemDescriptor[] getCommandNameList()
public void setCommandNameSelection(String[] selection)
public String[] getCommandNameSelection()
public void setCommandNameList(ItemDescriptor[] values)
public ItemDescriptor[] getCommandLibList()
public void setCommandLibSelection(String[] selection)
public String[] getCommandLibSelection()
public void setCommandLibList(ItemDescriptor[] values)
public ItemDescriptor[] getCommandDescriptionList()
public void setCommandDescriptionSelection(String[] selection)
public String[] getCommandDescriptionSelection()
public void setCommandDescriptionList(ItemDescriptor[] values)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||