|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEditableDataControl
Represents editable binded data control. It can:
Method Summary | |
---|---|
boolean |
isRequired()
Gets required status for value in data control. |
boolean |
isValid()
Determines whether control value is valid after validate()
calling. |
void |
setRequired(boolean required)
Sets required status for value in data control. |
void |
updateData()
Updates binded data by entered by user value. |
void |
validate()
Validates data in control. |
Methods inherited from interface net.pleso.framework.client.ui.interfaces.IBindableDataControl |
---|
readData |
Methods inherited from interface com.google.gwt.user.client.ui.SourcesKeyboardEvents |
---|
addKeyboardListener, removeKeyboardListener |
Method Detail |
---|
void updateData()
void setRequired(boolean required)
required
- required status (is value required)boolean isRequired()
void validate()
validate()
outside code can call
isValid()
to check whether validation was successful.
boolean isValid()
validate()
calling.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |