Interface LineWidthEditor.LineWidthEditorStyle
- All Superinterfaces:
com.google.gwt.resources.client.CssResource
,com.google.gwt.resources.client.CssResourceBase
,PropertyProfileEditorStyle
,com.google.gwt.resources.client.ResourcePrototype
,com.levigo.jadice.web.client.ui.internal.widgets.Spinner.SpinnerStyle
- Enclosing class:
LineWidthEditor
public static interface LineWidthEditor.LineWidthEditorStyle
extends PropertyProfileEditorStyle, com.levigo.jadice.web.client.ui.internal.widgets.Spinner.SpinnerStyle
-
Nested Class Summary
Nested classes/interfaces inherited from interface 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
-
Method Summary
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface com.levigo.jadice.web.client.internal.annotation.editor.PropertyProfileEditorStyle
editor
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
Methods inherited from interface com.levigo.jadice.web.client.ui.internal.widgets.Spinner.SpinnerStyle
revert, revertIcon, spinner, spinnerWrongInput
-
Method Details
-
table
String table()- Returns:
- style of LineWidth table
-
caption
String caption()- Returns:
- style of captions within editor
-
descriptionColumn
String descriptionColumn()- Returns:
- style of description text table column
-
lineColumn
String lineColumn()- Returns:
- style of preview line table column
-
description
String description()- Returns:
- style of description text
-
line
String line()- Returns:
- style of preview lines
-
lineZero
String lineZero()- Returns:
- style of special case line (LineWidth 0.0)
-
hLine
String hLine()- Returns:
- style of horizontal lines
-
activeRow
String activeRow()- Returns:
- style of currently active row
-
scrollPanel
String scrollPanel()- Returns:
- style of ScrollPanel (RangeProperty)
-