|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to be implemented by a class of interface objects
whose data state is appropriate for input
of a particular class of model objects.
Certain classes that implement this interface should also
implement the interface,
but this is not a requirement.Fragile
GeneralView| Field Summary | |
static String |
DATA_TYPE
Bound property name for the Stringable type returned
by a typed view or general view. |
| Fields inherited from interface edu.neu.ccs.gui.Displayable |
DEFAULT_VIEW_STATE, VIEW_STATE |
| Method Summary | |
Stringable |
demandObject()
Returns a Stringable object based on the view state
of the view using the mandatory model. |
Class |
getDataType()
Returns the current class of objects returned when a model object is demanded or requested. |
InputProperties |
getInputProperties()
Returns the input properties for this view. |
Stringable |
requestObject()
Returns a Stringable object based on the view state
of the view using the optional model; throws an exception if the
input operation is cancelled by the user. |
void |
setInputProperties(InputProperties properties)
Sets the input properties for this view to the provided input properties. |
| Methods inherited from interface edu.neu.ccs.gui.Displayable |
getDefaultViewState, getViewState, reset, setDefaultViewState, setEnabled, setViewState |
| Field Detail |
public static final String DATA_TYPE
Stringable type returned
by a typed view or general view.
| Method Detail |
public Class getDataType()
public Stringable demandObject()
Stringable object based on the view state
of the view using the mandatory model.
Stringable model objectrequestObject()
public Stringable requestObject()
throws CancelledException
Stringable object based on the view state
of the view using the optional model; throws an exception if the
input operation is cancelled by the user.
Stringable model object
CancelledException - if the user cancelled
after an error was detected
CancelledExceptiondemandObject()public void setInputProperties(InputProperties properties)
Sets the input properties for this view to the provided input properties.
If the given input properties list is null, the
property list for this view is set to the base property list
containing default property values.
properties - the new input properties for the viewgetInputProperties()public InputProperties getInputProperties()
setInputProperties(InputProperties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||