public interface JDynForm extends Component
Modifier and Type | Interface and Description |
---|---|
static interface |
JDynForm.JDynFormListener |
Modifier and Type | Field and Description |
---|---|
static int |
USE_PLAIN |
static int |
USE_SEPARATORS |
static int |
USE_TABS |
static int |
USE_TREE |
asJComponent
static final int USE_PLAIN
static final int USE_TABS
static final int USE_SEPARATORS
static final int USE_TREE
void setLayoutMode(int layoutMode)
int getLayoutMode()
int getFormWidth()
int getFormHeight()
void setFormSize(int width, int height)
JDynFormField getField(String fieldName)
DynFormDefinition getDefinition()
void setValues(DynObject values)
void getValues(DynObject values)
boolean hasValidValues()
void message()
void message(String msg)
void setReadOnly(boolean readOnly)
boolean isReadOnly()
void setShowMessageStatus(boolean showMessageStatus)
boolean isShowMessageStatus()
void setUseScrollBars(boolean usesScrolls)
boolean getUseScrollBars()
boolean isModified()
void addListener(JDynForm.JDynFormListener listener)
void removeListener(JDynForm.JDynFormListener listener)
void addSeparatorToPopupMenu(DataType tipo)
void clear()