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 |
Modifier and Type | Method and Description |
---|---|
void |
addActionToPopupMenu(DataType tipo,
String name,
Action action) |
void |
addListener(JDynForm.JDynFormListener listener) |
void |
addSeparatorToPopupMenu(DataType tipo) |
void |
clear() |
DynFormDefinition |
getDefinition() |
JDynFormField |
getField(String fieldName) |
int |
getFormHeight() |
int |
getFormWidth() |
int |
getLayoutMode() |
boolean |
getUseScrollBars() |
Object |
getValue(String fieldName) |
void |
getValues(DynObject values) |
boolean |
hasValidValues() |
boolean |
hasValidValues(List<String> fieldsName) |
boolean |
isModified() |
boolean |
isReadOnly() |
boolean |
isShowMessageStatus() |
void |
message() |
void |
message(String msg) |
void |
removeListener(JDynForm.JDynFormListener listener) |
void |
setFormSize(int width,
int height) |
void |
setLayoutMode(int layoutMode) |
void |
setReadOnly(boolean readOnly) |
void |
setShowMessageStatus(boolean showMessageStatus) |
void |
setUseScrollBars(boolean usesScrolls) |
void |
setValue(String fieldName,
Object value) |
void |
setValues(DynObject values) |
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()