Uses of Class
org.teamapps.ux.component.template.BaseTemplate
| Package | Description |
|---|---|
| org.teamapps.ux.component.field | |
| org.teamapps.ux.component.template |
-
Uses of BaseTemplate in org.teamapps.ux.component.field
Methods in org.teamapps.ux.component.field with parameters of type BaseTemplate Modifier and Type Method Description static Button<BaseTemplateRecord>Button. create(BaseTemplate template, java.lang.String caption)static Button<BaseTemplateRecord>Button. create(BaseTemplate template, org.teamapps.icons.api.Icon icon, java.lang.String caption)static Button<BaseTemplateRecord>Button. create(BaseTemplate template, org.teamapps.icons.api.Icon icon, java.lang.String caption, Component dropDownComponent) -
Uses of BaseTemplate in org.teamapps.ux.component.template
Methods in org.teamapps.ux.component.template that return BaseTemplate Modifier and Type Method Description static BaseTemplateBaseTemplate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaseTemplate[]BaseTemplate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.template with parameters of type BaseTemplate Modifier and Type Method Description static java.util.Map<java.lang.String,Template>BaseTemplate. createTemplateMap(BaseTemplate... templates)