Interface Formedit
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormeditImpl
The Interface Formedit.
-
Method Summary
Modifier and TypeMethodDescriptionActionGets the actions list.intGets the article order.intGets the default selected.Gets the default value.Gets the exportvalue.getFont()Gets the font.Gets the fontcolor.doubleGets the fontsize.intGets the list editable.Gets the list entries.intGets the list multiselect.intGets the list sort.intGets the multiline.intGets the password.intGets the printvisible.intGets the readonly.intGets the required.intGets the scrollable.intGets the tab order.Gets the tooltip.voidsetActions(List<Action> actions) ActionSets the actions.voidsetArticleOrder(int articleOrder) Sets the article order.voidsetDefaultSelected(int defaultSelected) Sets the default selected.voidsetDefaultValue(String defaultValue) Sets the default value.voidsetExportvalue(String exportvalue) Sets the exportvalue.voidSets the font.voidsetFontcolor(String fontcolor) Sets the fontcolor.voidsetFontsize(double fontsize) Sets the fontsize.voidsetListEditable(int listEditable) Sets the list editable.voidsetListEntries(String listEntries) Sets the list entries.voidsetListMultiselect(int listMultiselect) Sets the list multiselect.voidsetListSort(int listSort) Sets the list sort.voidsetMultiline(int multiline) Sets the multiline.voidsetPassword(int password) Sets the password.voidsetPrintvisible(int printvisible) Sets the printvisible.voidsetReadonly(int readonly) Sets the readonly.voidsetRequired(int required) Sets the required.voidsetScrollable(int scrollable) Sets the scrollable.voidsetTabOrder(int tabOrder) Sets the tab order.voidsetTooltip(String tooltip) Sets the tooltip.
-
Method Details
-
getPrintvisible
int getPrintvisible()Gets the printvisible.- Returns:
- the printvisible
-
setPrintvisible
void setPrintvisible(int printvisible) Sets the printvisible.- Parameters:
printvisible- the printvisible to set
-
getRequired
int getRequired()Gets the required.- Returns:
- the required
-
setRequired
void setRequired(int required) Sets the required.- Parameters:
required- the required to set
-
getPassword
int getPassword()Gets the password.- Returns:
- the password
-
setPassword
void setPassword(int password) Sets the password.- Parameters:
password- the password to set
-
getReadonly
int getReadonly()Gets the readonly.- Returns:
- the readonly
-
setReadonly
void setReadonly(int readonly) Sets the readonly.- Parameters:
readonly- the readonly to set
-
getMultiline
int getMultiline()Gets the multiline.- Returns:
- the multiline
-
setMultiline
void setMultiline(int multiline) Sets the multiline.- Parameters:
multiline- the multiline to set
-
getScrollable
int getScrollable()Gets the scrollable.- Returns:
- the scrollable
-
setScrollable
void setScrollable(int scrollable) Sets the scrollable.- Parameters:
scrollable- the scrollable to set
-
getFont
String getFont()Gets the font.- Returns:
- the font
-
setFont
Sets the font.- Parameters:
font- the font to set
-
getFontsize
double getFontsize()Gets the fontsize.- Returns:
- the fontsize
-
setFontsize
void setFontsize(double fontsize) Sets the fontsize.- Parameters:
fontsize- the fontsize to set
-
getExportvalue
String getExportvalue()Gets the exportvalue.- Returns:
- the exportvalue
-
setExportvalue
Sets the exportvalue.- Parameters:
exportvalue- the exportvalue to set
-
getDefaultSelected
int getDefaultSelected()Gets the default selected.- Returns:
- the defaultSelected
-
setDefaultSelected
void setDefaultSelected(int defaultSelected) Sets the default selected.- Parameters:
defaultSelected- the defaultSelected to set
-
getDefaultValue
String getDefaultValue()Gets the default value.- Returns:
- the defaultValue
-
setDefaultValue
Sets the default value.- Parameters:
defaultValue- the defaultValue to set
-
getListMultiselect
int getListMultiselect()Gets the list multiselect.- Returns:
- the listMultiselect
-
setListMultiselect
void setListMultiselect(int listMultiselect) Sets the list multiselect.- Parameters:
listMultiselect- the listMultiselect to set
-
getListEditable
int getListEditable()Gets the list editable.- Returns:
- the listEditable
-
setListEditable
void setListEditable(int listEditable) Sets the list editable.- Parameters:
listEditable- the listEditable to set
-
getListSort
int getListSort()Gets the list sort.- Returns:
- the listSort
-
setListSort
void setListSort(int listSort) Sets the list sort.- Parameters:
listSort- the listSort to set
-
getListEntries
String getListEntries()Gets the list entries.- Returns:
- the listEntries
-
setListEntries
Sets the list entries.- Parameters:
listEntries- the listEntries to set
-
getTabOrder
int getTabOrder()Gets the tab order.- Returns:
- the tabOrder
-
setTabOrder
void setTabOrder(int tabOrder) Sets the tab order.- Parameters:
tabOrder- the tabOrder to set
-
getArticleOrder
int getArticleOrder()Gets the article order.- Returns:
- the articleOrder
-
setArticleOrder
void setArticleOrder(int articleOrder) Sets the article order.- Parameters:
articleOrder- the articleOrder to set
-
getTooltip
String getTooltip()Gets the tooltip.- Returns:
- the tooltip
-
setTooltip
Sets the tooltip.- Parameters:
tooltip- the tooltip to set
-
getActions
ActionGets the actions list.- Returns:
- the actions list
- See Also:
-
setActions
ActionSets the actions.- Parameters:
actions- the actions to set- See Also:
-
setFontcolor
Sets the fontcolor.- Parameters:
fontcolor- the new fontcolor
-
getFontcolor
String getFontcolor()Gets the fontcolor.- Returns:
- the fontcolor
-