Class FormeditImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.FormeditImpl
-
- All Implemented Interfaces:
Formedit,java.io.Serializable
public class FormeditImpl extends java.lang.Object implements java.io.Serializable, Formedit
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormeditImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
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
public java.lang.String getFont()
Description copied from interface:FormeditGets the font.
-
setFont
public void setFont(java.lang.String font)
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
public java.lang.String getExportvalue()
Description copied from interface:FormeditGets the exportvalue.- Specified by:
getExportvaluein interfaceFormedit- Returns:
- the exportvalue
-
setExportvalue
public void setExportvalue(java.lang.String exportvalue)
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
public java.lang.String getDefaultValue()
Description copied from interface:FormeditGets the default value.- Specified by:
getDefaultValuein interfaceFormedit- Returns:
- the defaultValue
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
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
public java.lang.String getListEntries()
Description copied from interface:FormeditGets the list entries.- Specified by:
getListEntriesin interfaceFormedit- Returns:
- the listEntries
-
setListEntries
public void setListEntries(java.lang.String listEntries)
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
public java.lang.String getTooltip()
Description copied from interface:FormeditGets the tooltip.- Specified by:
getTooltipin interfaceFormedit- Returns:
- the tooltip
-
setTooltip
public void setTooltip(java.lang.String tooltip)
Description copied from interface:FormeditSets the tooltip.- Specified by:
setTooltipin interfaceFormedit- Parameters:
tooltip- the tooltip to set
-
getActions
public java.util.List<Action> getActions()
Description copied from interface:FormeditActionGets the actions list.- Specified by:
getActionsin interfaceFormedit- Returns:
- the actions list
- See Also:
Action
-
setActions
public void setActions(java.util.List<Action> actions)
Description copied from interface:FormeditActionSets the actions.- Specified by:
setActionsin interfaceFormedit- Parameters:
actions- the actions to set- See Also:
Action
-
getFontcolor
public java.lang.String getFontcolor()
Description copied from interface:FormeditGets the fontcolor.- Specified by:
getFontcolorin interfaceFormedit- Returns:
- the fontcolor
-
setFontcolor
public void setFontcolor(java.lang.String fontcolor)
Description copied from interface:FormeditSets the fontcolor.- Specified by:
setFontcolorin interfaceFormedit- Parameters:
fontcolor- the fontcolor to set
-
-