Package org.opencms.gwt.client.ui.css
Interface I_CmsInputLayoutBundle
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
Layout bundle.
- Since:
- 8.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe CSS constants bundle.inputCss()
Accessor for css resource.
-
Field Details
-
INSTANCE
The bundle instance.
-
-
Method Details
-
constants
The CSS constants bundle.- Returns:
- a bundle of CSS constants
-
inputCss
@Source("input.gss") @Import({I_CmsFieldsetCss.class,I_CmsPropertiesCss.class,I_CmsButtonCss.class}) I_CmsInputCss inputCss()Accessor for css resource.- Returns:
- the css resource
-