Interface PropertiesConstants
-
- All Superinterfaces:
com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource,com.google.gwt.i18n.client.Messages
public interface PropertiesConstants extends com.google.gwt.i18n.client.Messages
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
-
-
Field Summary
Fields Modifier and Type Field Description static PropertiesConstantsINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringbackground_color()StringclearAll()Stringcolor()StringelementLabel()Stringfloat_property()Stringfont_size()Stringfont_weight()Stringheight()StringlayoutElementName(String name, String index)StringlayoutElementPosition(String parentDisplay, String name, String index)StringlayoutElementTypeColumn()StringlayoutElementTypeComponent()StringlayoutElementTypePage()StringlayoutElementTypeRow()Stringlength_help()Stringmargin()Stringmargin_bottom()Stringmargin_left()Stringmargin_right()Stringmargin_top()Stringpadding()Stringpadding_bottom()Stringpadding_left()Stringpadding_right()Stringpadding_top()Stringpanel()StringpropertiesLabel()Stringtext()Stringtext_align()Stringtext_decoration()Stringwidth()
-
-
-
Field Detail
-
INSTANCE
static final PropertiesConstants INSTANCE
-
-
Method Detail
-
elementLabel
String elementLabel()
-
propertiesLabel
String propertiesLabel()
-
clearAll
String clearAll()
-
layoutElementPosition
String layoutElementPosition(String parentDisplay, String name, String index)
-
layoutElementTypePage
String layoutElementTypePage()
-
layoutElementTypeRow
String layoutElementTypeRow()
-
layoutElementTypeColumn
String layoutElementTypeColumn()
-
layoutElementTypeComponent
String layoutElementTypeComponent()
-
panel
String panel()
-
text
String text()
-
width
String width()
-
height
String height()
-
background_color
String background_color()
-
margin
String margin()
-
margin_top
String margin_top()
-
margin_bottom
String margin_bottom()
-
margin_left
String margin_left()
-
margin_right
String margin_right()
-
padding
String padding()
-
padding_top
String padding_top()
-
padding_bottom
String padding_bottom()
-
padding_left
String padding_left()
-
padding_right
String padding_right()
-
text_align
String text_align()
-
text_decoration
String text_decoration()
-
color
String color()
-
font_size
String font_size()
-
font_weight
String font_weight()
-
length_help
String length_help()
-
float_property
String float_property()
-
-