Interface Formedit
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
FormeditImpl
public interface Formedit extends java.io.SerializableThe Interface Formedit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Action>getActions()ActionGets the actions list.intgetArticleOrder()Gets the article order.intgetDefaultSelected()Gets the default selected.java.lang.StringgetDefaultValue()Gets the default value.java.lang.StringgetExportvalue()Gets the exportvalue.java.lang.StringgetFont()Gets the font.java.lang.StringgetFontcolor()Gets the fontcolor.doublegetFontsize()Gets the fontsize.intgetListEditable()Gets the list editable.java.lang.StringgetListEntries()Gets the list entries.intgetListMultiselect()Gets the list multiselect.intgetListSort()Gets the list sort.intgetMultiline()Gets the multiline.intgetPassword()Gets the password.intgetPrintvisible()Gets the printvisible.intgetReadonly()Gets the readonly.intgetRequired()Gets the required.intgetScrollable()Gets the scrollable.intgetTabOrder()Gets the tab order.java.lang.StringgetTooltip()Gets the tooltip.voidsetActions(java.util.List<Action> actions)ActionSets the actions.voidsetArticleOrder(int articleOrder)Sets the article order.voidsetDefaultSelected(int defaultSelected)Sets the default selected.voidsetDefaultValue(java.lang.String defaultValue)Sets the default value.voidsetExportvalue(java.lang.String exportvalue)Sets the exportvalue.voidsetFont(java.lang.String font)Sets the font.voidsetFontcolor(java.lang.String fontcolor)Sets the fontcolor.voidsetFontsize(double fontsize)Sets the fontsize.voidsetListEditable(int listEditable)Sets the list editable.voidsetListEntries(java.lang.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(java.lang.String tooltip)Sets the tooltip.
-
-
-
Method Detail
-
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
java.lang.String getFont()
Gets the font.- Returns:
- the font
-
setFont
void setFont(java.lang.String font)
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
java.lang.String getExportvalue()
Gets the exportvalue.- Returns:
- the exportvalue
-
setExportvalue
void setExportvalue(java.lang.String exportvalue)
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
java.lang.String getDefaultValue()
Gets the default value.- Returns:
- the defaultValue
-
setDefaultValue
void setDefaultValue(java.lang.String defaultValue)
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
java.lang.String getListEntries()
Gets the list entries.- Returns:
- the listEntries
-
setListEntries
void setListEntries(java.lang.String listEntries)
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
java.lang.String getTooltip()
Gets the tooltip.- Returns:
- the tooltip
-
setTooltip
void setTooltip(java.lang.String tooltip)
Sets the tooltip.- Parameters:
tooltip- the tooltip to set
-
getActions
java.util.List<Action> getActions()
ActionGets the actions list.- Returns:
- the actions list
- See Also:
Action
-
setActions
void setActions(java.util.List<Action> actions)
ActionSets the actions.- Parameters:
actions- the actions to set- See Also:
Action
-
setFontcolor
void setFontcolor(java.lang.String fontcolor)
Sets the fontcolor.- Parameters:
fontcolor- the new fontcolor
-
getFontcolor
java.lang.String getFontcolor()
Gets the fontcolor.- Returns:
- the fontcolor
-
-