Package sk.iway.iwcm.system.datatable
Enum Class DataTableColumnType
- All Implemented Interfaces:
Serializable
,Comparable<DataTableColumnType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAtributy strankyit will encode/decode value to/from base64Typ pola checkbox true/falseCheckbox with title on right sideTyp pola checkboxinput type="color"vnorena datatableTyp pola DATETyp pola DATETIMETyp pola DISABLEDvyber odkazu na subor/web stranku - elfinderTyp pola GALLERY_IMAGESkryte poleTyp pola IDIFRAME type, String value will be used as URL, can contains placeholdersRadio buttons with imagesJSON polestromova struktura - jstree.comSelect s vyberom viacerych moznostiKlasicke cisloTyp pola OPEN_EDITORPasswordTyp pola QUILLRadio buttonTyp pola SELECTStatic text (no input field)Typ pola TEXTTyp pola TEXT_NUMBERTyp pola TEXT_NUMBER_FORMAT_NONETyp pola TEXTAREATyp poľa DATE s možnosťou výberu iba času pomocu hodín a minútTyp poľa DATE s možnosťou výberu iba času pomocu hodín, minút a sekúndUpload ONE fileWYSIWYG editor, defaultne ckeditor -
Method Summary
Modifier and TypeMethodDescriptionstatic DataTableColumnType
Returns the enum constant of this class with the specified name.static DataTableColumnType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ID
Typ pola ID -
TEXT
Typ pola TEXT -
TEXT_NUMBER
Typ pola TEXT_NUMBER -
TEXT_NUMBER_INVISIBLE
Typ pola TEXT_NUMBER_FORMAT_NONE -
QUILL
Typ pola QUILL -
TEXTAREA
Typ pola TEXTAREA -
DATE
Typ pola DATE -
DATETIME
Typ pola DATETIME -
DISABLED
Typ pola DISABLED -
OPEN_EDITOR
Typ pola OPEN_EDITOR -
GALLERY_IMAGE
Typ pola GALLERY_IMAGE -
SELECT
Typ pola SELECT -
BOOLEAN
Typ pola checkbox true/false -
BOOLEAN_TEXT
Checkbox with title on right side -
CHECKBOX
Typ pola checkbox -
JSON
JSON pole -
DATATABLE
vnorena datatable -
ELFINDER
vyber odkazu na subor/web stranku - elfinder -
NUMBER
Klasicke cislo -
WYSIWYG
WYSIWYG editor, defaultne ckeditor -
JSTREE
stromova struktura - jstree.com -
HIDDEN
Skryte pole -
RADIO
Radio button -
PASSWORD
Password -
MULTISELECT
Select s vyberom viacerych moznosti -
TIME_HM
Typ poľa DATE s možnosťou výberu iba času pomocu hodín a minút -
TIME_HMS
Typ poľa DATE s možnosťou výberu iba času pomocu hodín, minút a sekúnd -
ATTRS
Atributy stranky -
COLOR
input type="color" -
IFRAME
IFRAME type, String value will be used as URL, can contains placeholders -
BASE64
it will encode/decode value to/from base64 -
STATIC_TEXT
Static text (no input field) -
UPLOAD
Upload ONE file -
IMAGE_RADIO
Radio buttons with images
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-