|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridBeanPlugin
The generic GridBean plugin. It contains input and output panels. One may separately load and store the contents of input and output panel, control the state of single components, validate the input values.
Method Summary | |
---|---|
javax.swing.Icon |
getIcon()
Get the icon for a GridBean (to be displayed in the workflow). |
void |
initialize(Client client)
Initialize GridBean. |
void |
loadInput(IGridBeanModel model,
Client client)
Load the values of input panels from the GridBean model. |
void |
loadOutput(IGridBeanModel model,
Client client)
Load the values of output panels from the GridBean model Experimental code. |
void |
storeInput(IGridBeanModel model)
Store the values of input panels in the GridBean model |
void |
storeOutput(IGridBeanModel model)
Store the values of output panels in the GridBean model |
void |
validateInput(ErrorSet errors)
Validate the values in the input panels |
Methods inherited from interface com.intel.gpe.gridbeans.plugins.IDataSet |
---|
getDescription, getEnabled, getValue, isValid, keySet, load, setDescription, setEnabled, setPossibleValues, setValue, setValueTranslator, setValueValidator, store |
Method Detail |
---|
void loadInput(IGridBeanModel model, Client client) throws DataSetException, TranslationException
model
- The GridBean modelclient
- The client object
DataSetException
TranslationException
void loadOutput(IGridBeanModel model, Client client) throws DataSetException, TranslationException
model
- The GridBean modelclient
- The client object
DataSetException
TranslationException
void storeInput(IGridBeanModel model) throws DataSetException, TranslationException
model
- The GridBean model
DataSetException
TranslationException
void storeOutput(IGridBeanModel model) throws DataSetException, TranslationException
model
- The GridBean model
DataSetException
TranslationException
void validateInput(ErrorSet errors)
errors
- The set of the errorsjavax.swing.Icon getIcon()
void initialize(Client client)
client
- The client instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |