public static interface LightFormResources.LightFormStyle extends FormStyle, com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
Modifier and Type | Method and Description |
---|---|
String |
active() |
String |
checkbox() |
String |
collapsed() |
String |
combobox() |
String |
comboBox() |
String |
dateField() |
String |
dateFieldDropDown() |
String |
dateFieldDropDownIcon() |
String |
dateFieldFocused() |
String |
disabled() |
String |
dropdown() |
String |
dropDownIcon() |
String |
fieldLabelContainer() |
String |
fieldSet() |
String |
focused() |
String |
formPanel() |
String |
formPanelBody() |
String |
label() |
String |
notCollapsible() |
String |
radio() |
String |
sameLineLabel() |
String |
textInput() |
@CssResource.ClassName(value="form-panel") String formPanel()
@CssResource.ClassName(value="form-panel-body") String formPanelBody()
formPanelBody
in interface FormStyle
@CssResource.ClassName(value="field-label-container") String fieldLabelContainer()
fieldLabelContainer
in interface FormStyle
@CssResource.ClassName(value="same-line-label") String sameLineLabel()
sameLineLabel
in interface FormStyle
@CssResource.ClassName(value="text-input") String textInput()
@CssResource.ClassName(value="date-field") String dateField()
@CssResource.ClassName(value="date-field-focused") String dateFieldFocused()
dateFieldFocused
in interface FormStyle
@CssResource.ClassName(value="date-field-drop-down-icon") String dateFieldDropDownIcon()
dateFieldDropDownIcon
in interface FormStyle
@CssResource.ClassName(value="date-field-drop-down") String dateFieldDropDown()
dateFieldDropDown
in interface FormStyle
@CssResource.ClassName(value="combo-box-active") String active()
@CssResource.ClassName(value="combo-box") String comboBox()
@CssResource.ClassName(value="combo-box-dropdown") String dropdown()
@CssResource.ClassName(value="combo-box-drop-down-icon") String dropDownIcon()
dropDownIcon
in interface FormStyle
@CssResource.ClassName(value="combo-box-focused") String focused()
@CssResource.ClassName(value="field-set") String fieldSet()
@CssResource.ClassName(value="not-collapsible") String notCollapsible()
notCollapsible
in interface FormStyle
Copyright © 2018 Xalys. All rights reserved.