Class FormeditImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.FormeditImpl
- All Implemented Interfaces:
Formedit,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
FormeditImpl
public FormeditImpl()
-
-
Method Details
-
getPrintvisible
public int getPrintvisible()Description copied from interface:FormeditGets the printvisible.- Specified by:
getPrintvisiblein interfaceFormedit- Returns:
- the printvisible
-
setPrintvisible
public void setPrintvisible(int printvisible) Description copied from interface:FormeditSets the printvisible.- Specified by:
setPrintvisiblein interfaceFormedit- Parameters:
printvisible- the printvisible to set
-
getRequired
public int getRequired()Description copied from interface:FormeditGets the required.- Specified by:
getRequiredin interfaceFormedit- Returns:
- the required
-
setRequired
public void setRequired(int required) Description copied from interface:FormeditSets the required.- Specified by:
setRequiredin interfaceFormedit- Parameters:
required- the required to set
-
getPassword
public int getPassword()Description copied from interface:FormeditGets the password.- Specified by:
getPasswordin interfaceFormedit- Returns:
- the password
-
setPassword
public void setPassword(int password) Description copied from interface:FormeditSets the password.- Specified by:
setPasswordin interfaceFormedit- Parameters:
password- the password to set
-
getReadonly
public int getReadonly()Description copied from interface:FormeditGets the readonly.- Specified by:
getReadonlyin interfaceFormedit- Returns:
- the readonly
-
setReadonly
public void setReadonly(int readonly) Description copied from interface:FormeditSets the readonly.- Specified by:
setReadonlyin interfaceFormedit- Parameters:
readonly- the readonly to set
-
getMultiline
public int getMultiline()Description copied from interface:FormeditGets the multiline.- Specified by:
getMultilinein interfaceFormedit- Returns:
- the multiline
-
setMultiline
public void setMultiline(int multiline) Description copied from interface:FormeditSets the multiline.- Specified by:
setMultilinein interfaceFormedit- Parameters:
multiline- the multiline to set
-
getScrollable
public int getScrollable()Description copied from interface:FormeditGets the scrollable.- Specified by:
getScrollablein interfaceFormedit- Returns:
- the scrollable
-
setScrollable
public void setScrollable(int scrollable) Description copied from interface:FormeditSets the scrollable.- Specified by:
setScrollablein interfaceFormedit- Parameters:
scrollable- the scrollable to set
-
getFont
Description copied from interface:FormeditGets the font. -
setFont
Description copied from interface:FormeditSets the font. -
getFontsize
public double getFontsize()Description copied from interface:FormeditGets the fontsize.- Specified by:
getFontsizein interfaceFormedit- Returns:
- the fontsize
-
setFontsize
public void setFontsize(double fontsize) Description copied from interface:FormeditSets the fontsize.- Specified by:
setFontsizein interfaceFormedit- Parameters:
fontsize- the fontsize to set
-
getExportvalue
Description copied from interface:FormeditGets the exportvalue.- Specified by:
getExportvaluein interfaceFormedit- Returns:
- the exportvalue
-
setExportvalue
Description copied from interface:FormeditSets the exportvalue.- Specified by:
setExportvaluein interfaceFormedit- Parameters:
exportvalue- the exportvalue to set
-
getDefaultSelected
public int getDefaultSelected()Description copied from interface:FormeditGets the default selected.- Specified by:
getDefaultSelectedin interfaceFormedit- Returns:
- the defaultSelected
-
setDefaultSelected
public void setDefaultSelected(int defaultSelected) Description copied from interface:FormeditSets the default selected.- Specified by:
setDefaultSelectedin interfaceFormedit- Parameters:
defaultSelected- the defaultSelected to set
-
getDefaultValue
Description copied from interface:FormeditGets the default value.- Specified by:
getDefaultValuein interfaceFormedit- Returns:
- the defaultValue
-
setDefaultValue
Description copied from interface:FormeditSets the default value.- Specified by:
setDefaultValuein interfaceFormedit- Parameters:
defaultValue- the defaultValue to set
-
getListMultiselect
public int getListMultiselect()Description copied from interface:FormeditGets the list multiselect.- Specified by:
getListMultiselectin interfaceFormedit- Returns:
- the listMultiselect
-
setListMultiselect
public void setListMultiselect(int listMultiselect) Description copied from interface:FormeditSets the list multiselect.- Specified by:
setListMultiselectin interfaceFormedit- Parameters:
listMultiselect- the listMultiselect to set
-
getListEditable
public int getListEditable()Description copied from interface:FormeditGets the list editable.- Specified by:
getListEditablein interfaceFormedit- Returns:
- the listEditable
-
setListEditable
public void setListEditable(int listEditable) Description copied from interface:FormeditSets the list editable.- Specified by:
setListEditablein interfaceFormedit- Parameters:
listEditable- the listEditable to set
-
getListSort
public int getListSort()Description copied from interface:FormeditGets the list sort.- Specified by:
getListSortin interfaceFormedit- Returns:
- the listSort
-
setListSort
public void setListSort(int listSort) Description copied from interface:FormeditSets the list sort.- Specified by:
setListSortin interfaceFormedit- Parameters:
listSort- the listSort to set
-
getListEntries
Description copied from interface:FormeditGets the list entries.- Specified by:
getListEntriesin interfaceFormedit- Returns:
- the listEntries
-
setListEntries
Description copied from interface:FormeditSets the list entries.- Specified by:
setListEntriesin interfaceFormedit- Parameters:
listEntries- the listEntries to set
-
getTabOrder
public int getTabOrder()Description copied from interface:FormeditGets the tab order.- Specified by:
getTabOrderin interfaceFormedit- Returns:
- the tabOrder
-
setTabOrder
public void setTabOrder(int tabOrder) Description copied from interface:FormeditSets the tab order.- Specified by:
setTabOrderin interfaceFormedit- Parameters:
tabOrder- the tabOrder to set
-
getArticleOrder
public int getArticleOrder()Description copied from interface:FormeditGets the article order.- Specified by:
getArticleOrderin interfaceFormedit- Returns:
- the articleOrder
-
setArticleOrder
public void setArticleOrder(int articleOrder) Description copied from interface:FormeditSets the article order.- Specified by:
setArticleOrderin interfaceFormedit- Parameters:
articleOrder- the articleOrder to set
-
getTooltip
Description copied from interface:FormeditGets the tooltip.- Specified by:
getTooltipin interfaceFormedit- Returns:
- the tooltip
-
setTooltip
Description copied from interface:FormeditSets the tooltip.- Specified by:
setTooltipin interfaceFormedit- Parameters:
tooltip- the tooltip to set
-
getActions
Description copied from interface:FormeditActionGets the actions list.- Specified by:
getActionsin interfaceFormedit- Returns:
- the actions list
- See Also:
-
setActions
Description copied from interface:FormeditActionSets the actions.- Specified by:
setActionsin interfaceFormedit- Parameters:
actions- the actions to set- See Also:
-
getFontcolor
Description copied from interface:FormeditGets the fontcolor.- Specified by:
getFontcolorin interfaceFormedit- Returns:
- the fontcolor
-
setFontcolor
Description copied from interface:FormeditSets the fontcolor.- Specified by:
setFontcolorin interfaceFormedit- Parameters:
fontcolor- the fontcolor to set
-