public interface JDynFormSet extends Component
Modifier and Type | Interface and Description |
---|---|
static interface |
JDynFormSet.JDynFormSetListener |
Modifier and Type | Field and Description |
---|---|
static int |
USE_PLAIN |
static int |
USE_SEPARATORS |
static int |
USE_TABS |
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action) |
void |
addActionToPopupMenu(DataType tipo,
String name,
Action action) |
void |
addListener(JDynFormSet.JDynFormSetListener listener) |
void |
addSeparatorToPopupMenu(DataType tipo) |
boolean |
allowClose() |
boolean |
allowDelete() |
boolean |
allowNew() |
boolean |
allowSearch() |
boolean |
allowUpdate() |
int |
countValues() |
DynObject |
get(int position) |
int |
getCurrentIndex() |
void |
getFormValues(DynObject values) |
int |
getLayoutMode() |
boolean |
getUseScrollBars() |
List |
getValues() |
boolean |
hasValidValues() |
boolean |
hasValidValues(List<String> fieldsName) |
boolean |
isAutosave() |
boolean |
isInNewState() |
boolean |
isReadOnly() |
void |
message() |
void |
message(String msg) |
void |
removeListener(JDynFormSet.JDynFormSetListener listener) |
void |
setAllowClose(boolean allowClose) |
void |
setAllowDelete(boolean allowDelete) |
void |
setAllowNew(boolean allowNew) |
void |
setAllowSearch(boolean allowSearch) |
void |
setAllowUpdate(boolean allowUpdate) |
void |
setAutosave(boolean autosave) |
void |
setCurrentIndex(int index) |
void |
setFormSize(int width,
int height) |
void |
setLayoutMode(int layoutMode) |
void |
setReadOnly(boolean readOnly) |
void |
setUseScrollBars(boolean usesScrolls) |
void |
setValues(DynObjectSet values) |
void |
setValues(List values) |
asJComponent
static final int USE_PLAIN
static final int USE_TABS
static final int USE_SEPARATORS
void setLayoutMode(int layoutMode)
int getLayoutMode()
boolean hasValidValues()
void setValues(DynObjectSet values) throws ServiceException
ServiceException
void setValues(List values) throws ServiceException
ServiceException
List getValues()
void message()
void message(String msg)
void setReadOnly(boolean readOnly)
boolean isReadOnly()
void addListener(JDynFormSet.JDynFormSetListener listener)
void removeListener(JDynFormSet.JDynFormSetListener listener)
boolean isAutosave()
void setAutosave(boolean autosave)
boolean allowUpdate()
boolean allowDelete()
boolean allowNew()
boolean allowSearch()
boolean allowClose()
void setAllowUpdate(boolean allowUpdate)
void setAllowDelete(boolean allowDelete)
void setAllowNew(boolean allowNew)
void setAllowSearch(boolean allowSearch)
void setAllowClose(boolean allowClose)
void setFormSize(int width, int height)
DynObject get(int position)
int getCurrentIndex()
int countValues()
void setCurrentIndex(int index)
boolean isInNewState()
void addAction(Action action)
void addSeparatorToPopupMenu(DataType tipo)
void setUseScrollBars(boolean usesScrolls)
boolean getUseScrollBars()
void getFormValues(DynObject values)