Uses of Class
de.espirit.firstspirit.common.number.PositiveInteger
Package
Description
-
Uses of PositiveInteger in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeMethodDescriptionGomTextarea.getColumns()
Number of columnsAbstractGomGridSelect.getGridHeight()
Returns the number of options per columnAbstractGomGridSelect.getGridWidth()
Returns the number of options per rowGomDataset.getHeight()
Component height in pixels.GomDomTable.getHeight()
Height of table in rowsGomGroup.getHeight()
Defines the height of the group in Pixels.AbstractGomCombobox.getLength()
Returns the width of the combobox as number of letters@Nullable PositiveInteger
AbstractGomTextualFormElement.getLength()
Width of the input form fieldGomDateLangInfo.getLength()
The length to be used for inputGomDom.getMaxCharacters()
Maximum number of characters allowed for inputGomContentAreaList.getMaxEntries()
Deprecated.Maximum number of sectionsGomContentList.getMaxEntries()
Deprecated.Returns the maximum number of selected entriesGomLinkList.getMaxEntries()
Deprecated.Maximum number of link entries@Nullable PositiveInteger
AbstractGomTextualFormElement.getMaxInputLength()
Maximum number of characters allowed for inputGomNumber.getMaxInputLength()
AbstractGomDom.getRows()
Height of the form input field in number of rowsGomContentAreaList.getRows()
Deprecated.Height of form element area in rowsGomContentList.getRows()
Deprecated.Height of the form are in number of table rowsGomTextarea.getRows()
Number of rowsGomLabel.getSize()
Size for displaying the labelAbstractGomDom.getWidth()
Width of the form field area in pixelsGomContentList.getWidth()
Deprecated.Width of the content list form area in pixelsModifier and TypeMethodDescriptionvoid
GomTextarea.setColumns
(PositiveInteger columns) Sets the number of columnsvoid
AbstractGomGridSelect.setGridHeight
(PositiveInteger gridHeight) Sets the number of options per columnvoid
AbstractGomGridSelect.setGridWidth
(PositiveInteger gridWidth) Sets the number of options per rowvoid
GomDataset.setHeight
(PositiveInteger height) Sets the component height in pixels.void
GomDomTable.setHeight
(PositiveInteger height) Sets the height of the table in rowsvoid
GomGroup.setHeight
(PositiveInteger height) Sets the height of the group in Pixelsvoid
AbstractGomCombobox.setLength
(PositiveInteger length) Sets the width of the combobox as number of lettersvoid
AbstractGomTextualFormElement.setLength
(@Nullable PositiveInteger length) Sets the width of the input form fieldvoid
GomDateLangInfo.setLength
(PositiveInteger length) Sets the length to be used for inputvoid
GomDom.setMaxCharacters
(PositiveInteger maxCharacters) Sets the maximum number of characters allowed for inputvoid
GomContentAreaList.setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of sectionsvoid
GomContentList.setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of selected entriesvoid
GomLinkList.setMaxEntries
(PositiveInteger maxEntries) Deprecated.Sets the maximum number of link entriesvoid
AbstractGomTextualFormElement.setMaxInputLength
(@Nullable PositiveInteger maxInputLength) Sets the maximum number of characters allowed for inputvoid
AbstractGomDom.setRows
(PositiveInteger rows) Sets the height of the form input field in number of rowsvoid
GomContentAreaList.setRows
(PositiveInteger rows) Deprecated.Sets the height of form element area in rowsvoid
GomContentList.setRows
(PositiveInteger rows) Deprecated.Sets the height of the form are in number of table rowsvoid
GomTextarea.setRows
(PositiveInteger rows) Sets the number of rowsvoid
GomLabel.setSize
(PositiveInteger size) Sets the size for displaying the labelvoid
AbstractGomDom.setWidth
(PositiveInteger width) Sets the width of the form field area in pixelsvoid
GomContentList.setWidth
(PositiveInteger width) Deprecated.Sets the width of the content list form area in pixelsModifierConstructorDescriptionGomDateLangInfo
(String lang, String label, String description, PositiveInteger length, String format) Creates a new instance with the specified values -
Uses of PositiveInteger in de.espirit.firstspirit.common.number
Modifier and TypeMethodDescriptionstatic @NotNull PositiveInteger
PositiveInteger.valueOf
(int number) Create an instance from an Integerstatic @Nullable PositiveInteger
Create an instance from a Numberstatic @Nullable PositiveInteger
Create an instance from a String.