Class GUIBarcodeZone
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIZone
com.logicaldoc.gui.common.client.beans.GUIBarcodeZone
- All Implemented Interfaces:
Serializable
This the model for a barcode specification
- Since:
- 8.4.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
getName()
void
setExclude
(String exclude) void
setFormats
(String formats) void
setInclude
(String include) void
setIndex
(int index) void
setPatterns
(String patterns) Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIZone
getDecimalSeparator, getFormat, getGroupingSeparator, getHeight, getLanguage, getLeft, getParsing, getSample, getSampleText, getTemplateId, getTop, getType, getWidth, setDecimalSeparator, setFormat, setGroupingSeparator, setHeight, setLanguage, setLeft, setName, setParsing, setSample, setSampleText, setTemplateId, setTop, setType, setWidth
-
Constructor Details
-
GUIBarcodeZone
public GUIBarcodeZone()
-
-
Method Details
-
getName
-
getPatterns
-
setPatterns
-
getInclude
-
setInclude
-
getExclude
-
setExclude
-
getFormats
-
setFormats
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getSampleUrl
- Overrides:
getSampleUrl
in classGUIZone
-
getDisplayContent
- Overrides:
getDisplayContent
in classGUIZone
-