Enum Templates
java.lang.Object
java.lang.Enum<Templates>
org.teamapps.application.server.system.template.Templates
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Templates>,java.lang.constant.Constable,org.teamapps.ux.component.template.Template
public enum Templates extends java.lang.Enum<Templates> implements org.teamapps.ux.component.template.Template
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description LIST_4_LINES_TEMPLATELOGIN_TEMPLATENODE_TEMPLATEORGANIZATION_GRAPH_SMALL_TEMPLATEORGANIZATION_GRAPH_TEMPLATE -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_BADGEstatic java.lang.StringPROPERTY_BORDER_COLORstatic java.lang.StringPROPERTY_CAPTIONstatic java.lang.StringPROPERTY_DESCRIPTIONstatic java.lang.StringPROPERTY_ICONstatic java.lang.StringPROPERTY_IMAGEstatic java.lang.StringPROPERTY_LINE1_LEFT_ICONstatic java.lang.StringPROPERTY_LINE3static java.lang.StringPROPERTY_LINE4 -
Method Summary
Modifier and Type Method Description static org.teamapps.ux.component.template.Templatecreate4LinesTemplate()static org.teamapps.ux.component.template.htmltemplate.MustacheTemplatecreateLoginTemplate()static org.teamapps.ux.component.template.htmltemplate.MustacheTemplatecreateNodeTemplate()static org.teamapps.ux.component.template.TemplatecreateOrganizationGraphTreeNodeSmallTpl()static org.teamapps.ux.component.template.TemplatecreateOrganizationGraphTreeNodeTpl()org.teamapps.dto.UiTemplatecreateUiTemplate()java.util.List<java.lang.String>getPropertyNames()org.teamapps.ux.component.template.TemplategetTemplate()static TemplatesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Templates[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.template.Template
createDarkThemeTemplate
-
Enum Constant Details
-
LOGIN_TEMPLATE
-
LIST_4_LINES_TEMPLATE
-
NODE_TEMPLATE
-
ORGANIZATION_GRAPH_TEMPLATE
-
ORGANIZATION_GRAPH_SMALL_TEMPLATE
-
-
Field Details
-
PROPERTY_IMAGE
public static final java.lang.String PROPERTY_IMAGE- See Also:
- Constant Field Values
-
PROPERTY_ICON
public static final java.lang.String PROPERTY_ICON- See Also:
- Constant Field Values
-
PROPERTY_BADGE
public static final java.lang.String PROPERTY_BADGE- See Also:
- Constant Field Values
-
PROPERTY_CAPTION
public static final java.lang.String PROPERTY_CAPTION- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final java.lang.String PROPERTY_DESCRIPTION- See Also:
- Constant Field Values
-
PROPERTY_LINE3
public static final java.lang.String PROPERTY_LINE3- See Also:
- Constant Field Values
-
PROPERTY_LINE4
public static final java.lang.String PROPERTY_LINE4- See Also:
- Constant Field Values
-
PROPERTY_LINE1_LEFT_ICON
public static final java.lang.String PROPERTY_LINE1_LEFT_ICON- See Also:
- Constant Field Values
-
PROPERTY_BORDER_COLOR
public static final java.lang.String PROPERTY_BORDER_COLOR- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
createNodeTemplate
public static org.teamapps.ux.component.template.htmltemplate.MustacheTemplate createNodeTemplate() -
createLoginTemplate
public static org.teamapps.ux.component.template.htmltemplate.MustacheTemplate createLoginTemplate() -
createOrganizationGraphTreeNodeTpl
public static org.teamapps.ux.component.template.Template createOrganizationGraphTreeNodeTpl() -
createOrganizationGraphTreeNodeSmallTpl
public static org.teamapps.ux.component.template.Template createOrganizationGraphTreeNodeSmallTpl() -
create4LinesTemplate
public static org.teamapps.ux.component.template.Template create4LinesTemplate() -
createUiTemplate
public org.teamapps.dto.UiTemplate createUiTemplate()- Specified by:
createUiTemplatein interfaceorg.teamapps.ux.component.template.Template
-
getPropertyNames
public java.util.List<java.lang.String> getPropertyNames()- Specified by:
getPropertyNamesin interfaceorg.teamapps.ux.component.template.Template
-
getTemplate
public org.teamapps.ux.component.template.Template getTemplate()
-