|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.gridbeans.GridBeanInputPanel
public abstract class GridBeanInputPanel
The GPE internal class that wraps the input panels of the GridBean plugin. The input panels of the GridBean plugin are pasted into the tabbed pane.
Constructor Summary | |
---|---|
GridBeanInputPanel()
|
Method Summary | |
---|---|
GridBeanJob |
getJob()
Get the job currently associated with the plugin. |
protected abstract IGridBeanPlugin |
getPlugin()
|
void |
load(GridBeanJob job,
Client client)
Load the data from the job to the graphical components |
void |
setEnabled(javax.xml.namespace.QName key,
boolean enabled)
Control the enabled state of a particular graphical component. |
void |
store(GridBeanJob job)
Store the data from the graphical components to the job object |
void |
validate(ErrorSet errors)
Validate the input data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridBeanInputPanel()
Method Detail |
---|
protected abstract IGridBeanPlugin getPlugin()
public void load(GridBeanJob job, Client client) throws DataSetException, TranslationException
job
- The job wrapperclient
- The client object
DataSetException
TranslationException
public void store(GridBeanJob job) throws DataSetException, TranslationException
job
- The job wrapper
DataSetException
TranslationException
public GridBeanJob getJob()
public void validate(ErrorSet errors)
errors
- The error set to be updated with the validation informationpublic void setEnabled(javax.xml.namespace.QName key, boolean enabled) throws DataSetException
key
- The name of the componentenabled
- The state of the component
DataSetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |