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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetIndex()getName()voidsetExclude(String exclude) voidsetFormats(String formats) voidsetInclude(String include) voidsetIndex(int index) voidsetPatterns(String patterns) Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIZonegetDecimalSeparator, 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- 
GUIBarcodeZonepublic GUIBarcodeZone()
 
- 
- 
Method Details- 
getName
- 
getPatterns
- 
setPatterns
- 
getInclude
- 
setInclude
- 
getExclude
- 
setExclude
- 
getFormats
- 
setFormats
- 
getIndexpublic int getIndex()
- 
setIndexpublic void setIndex(int index) 
- 
getSampleUrl- Overrides:
- getSampleUrlin class- GUIZone
 
- 
getDisplayContent- Overrides:
- getDisplayContentin class- GUIZone
 
 
-