Package com.google.gwt.cell.client
Interface ButtonCellBase.DefaultAppearance.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
- Enclosing class:
ButtonCellBase.DefaultAppearance<C>
@ImportedWithPrefix("gwt-ButtonCellBase")
public static interface ButtonCellBase.DefaultAppearance.Style
extends CssResource
The Styles used by this appearance.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionApplied to the button.Applied to the button when it has a collapsed left side.Applied to the button when it has a collapsed right side.Applied to default buttons.Applied to negative buttons.Applied to primary buttons.Applied to the button when being pushed.Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Field Details
-
DEFAULT_CSS
- See Also:
-
-
Method Details
-
buttonCellBase
String buttonCellBase()Applied to the button. -
buttonCellBaseCollapseLeft
String buttonCellBaseCollapseLeft()Applied to the button when it has a collapsed left side. -
buttonCellBaseCollapseRight
String buttonCellBaseCollapseRight()Applied to the button when it has a collapsed right side. -
buttonCellBaseDefault
String buttonCellBaseDefault()Applied to default buttons. -
buttonCellBaseNegative
String buttonCellBaseNegative()Applied to negative buttons. -
buttonCellBasePrimary
String buttonCellBasePrimary()Applied to primary buttons. -
buttonCellBasePushing
String buttonCellBasePushing()Applied to the button when being pushed.
-