Uses of Class
de.espirit.firstspirit.common.number.PositiveInteger
Packages that use PositiveInteger
Package
Description
-
Uses of PositiveInteger in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return PositiveIntegerModifier 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 PositiveIntegerAbstractGomTextualFormElement.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 PositiveIntegerAbstractGomTextualFormElement.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 pixelsMethods in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type PositiveIntegerModifier and TypeMethodDescriptionvoidGomTextarea.setColumns(PositiveInteger columns) Sets the number of columnsvoidAbstractGomGridSelect.setGridHeight(PositiveInteger gridHeight) Sets the number of options per columnvoidAbstractGomGridSelect.setGridWidth(PositiveInteger gridWidth) Sets the number of options per rowvoidGomDataset.setHeight(PositiveInteger height) Sets the component height in pixels.voidGomDomTable.setHeight(PositiveInteger height) Sets the height of the table in rowsvoidGomGroup.setHeight(PositiveInteger height) Sets the height of the group in PixelsvoidAbstractGomCombobox.setLength(PositiveInteger length) Sets the width of the combobox as number of lettersvoidAbstractGomTextualFormElement.setLength(@Nullable PositiveInteger length) Sets the width of the input form fieldvoidGomDateLangInfo.setLength(PositiveInteger length) Sets the length to be used for inputvoidGomDom.setMaxCharacters(PositiveInteger maxCharacters) Sets the maximum number of characters allowed for inputvoidGomContentAreaList.setMaxEntries(PositiveInteger maxEntries) Deprecated.Sets the maximum number of sectionsvoidGomContentList.setMaxEntries(PositiveInteger maxEntries) Deprecated.Sets the maximum number of selected entriesvoidGomLinkList.setMaxEntries(PositiveInteger maxEntries) Deprecated.Sets the maximum number of link entriesvoidAbstractGomTextualFormElement.setMaxInputLength(@Nullable PositiveInteger maxInputLength) Sets the maximum number of characters allowed for inputvoidAbstractGomDom.setRows(PositiveInteger rows) Sets the height of the form input field in number of rowsvoidGomContentAreaList.setRows(PositiveInteger rows) Deprecated.Sets the height of form element area in rowsvoidGomContentList.setRows(PositiveInteger rows) Deprecated.Sets the height of the form are in number of table rowsvoidGomTextarea.setRows(PositiveInteger rows) Sets the number of rowsvoidGomLabel.setSize(PositiveInteger size) Sets the size for displaying the labelvoidAbstractGomDom.setWidth(PositiveInteger width) Sets the width of the form field area in pixelsvoidGomContentList.setWidth(PositiveInteger width) Deprecated.Sets the width of the content list form area in pixelsConstructors in de.espirit.firstspirit.access.store.templatestore.gom with parameters of type PositiveIntegerModifierConstructorDescriptionGomDateLangInfo(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
Methods in de.espirit.firstspirit.common.number that return PositiveIntegerModifier and TypeMethodDescriptionstatic @NotNull PositiveIntegerPositiveInteger.valueOf(int number) Create an instance from an Integerstatic @Nullable PositiveIntegerCreate an instance from a Numberstatic @Nullable PositiveIntegerCreate an instance from a String.Methods in de.espirit.firstspirit.common.number with parameters of type PositiveInteger