ee.quest.widget.form
Interface DataType

All Known Implementing Classes:
BooleanDataType, ButtonDataType, DateDataType, LabelDataType, NumberDataType, TextAreaDataType, TextDataType, TextListDataType, TextMultiselectDataType, TimeRangeDataType

public interface DataType

Author:
Kaido Kalda

Nested Class Summary
static interface DataType.ModifiedCallback
           
 
Method Summary
 org.eclipse.swt.widgets.Control getControl()
           
 String getError()
           
 Object getValue()
           
 void initControl(org.eclipse.swt.widgets.Composite content, DataType.ModifiedCallback callback)
           
 void setReadOnly(boolean readOnly)
           
 void setValue(Object value)
           
 boolean validateControl()
           
 

Method Detail

validateControl

boolean validateControl()

getControl

org.eclipse.swt.widgets.Control getControl()

getValue

Object getValue()

setValue

void setValue(Object value)

getError

String getError()

initControl

void initControl(org.eclipse.swt.widgets.Composite content,
                 DataType.ModifiedCallback callback)

setReadOnly

void setReadOnly(boolean readOnly)


Copyright © 2013. All Rights Reserved.