com.vaadin.addon.touchkit.gwt.client.theme
Interface StyleNames


public interface StyleNames

This class contains special style variations available in the TouchKit theme.


Field Summary
static String BUTTON_BLUE
          Makes a normal Button blue.
static String BUTTON_GREEN
          Makes a normal Button green.
static String BUTTON_LINK
          Creates a button that looks like a regular hypertext link but still acts like a normal button.
static String BUTTON_NAVIGATION
          Makes a normal Button look like a navigation button.
static String BUTTON_RED
          Makes a normal Button red.
static String CLIP
          Clips the component so it will be constrained to its given size and not overflow.
static String NAVBAR_BUTTON_ARROW_DOWN
          Sets a down arrow icon on a Button in a NavigationBar
static String NAVBAR_BUTTON_ARROW_LEFT
          Sets a left arrow icon on a Button in a NavigationBar
static String NAVBAR_BUTTON_ARROW_RIGHT
          Sets a right arrow icon on a Button in a NavigationBar
static String NAVBAR_BUTTON_ARROW_UP
          Sets an up arrow icon on a Button in a NavigationBar
static String NAVIGATION_BUTTON_BACK
          Makes a navigation button gray and pointing backward.
static String NAVIGATION_BUTTON_DESC_PILL
          Makes the description in a NavigationButton look kind of like a pill.
static String NAVIGATION_BUTTON_FORWARD
          Makes a navigation button gray and pointing forward.
static String TREE_CONNECTORS
          Adds the connector lines between a parent node and its child nodes to indicate the tree hierarchy better.
 

Field Detail

BUTTON_RED

static final String BUTTON_RED
Makes a normal Button red.

See Also:
Constant Field Values

BUTTON_GREEN

static final String BUTTON_GREEN
Makes a normal Button green.

See Also:
Constant Field Values

BUTTON_BLUE

static final String BUTTON_BLUE
Makes a normal Button blue.

See Also:
Constant Field Values

BUTTON_NAVIGATION

static final String BUTTON_NAVIGATION
Makes a normal Button look like a navigation button. Works in VerticalComponentGroup.

See Also:
Constant Field Values

NAVIGATION_BUTTON_DESC_PILL

static final String NAVIGATION_BUTTON_DESC_PILL
Makes the description in a NavigationButton look kind of like a pill. See MobileMail for an example.

See Also:
Constant Field Values

NAVIGATION_BUTTON_FORWARD

static final String NAVIGATION_BUTTON_FORWARD
Makes a navigation button gray and pointing forward.

See Also:
Constant Field Values

NAVIGATION_BUTTON_BACK

static final String NAVIGATION_BUTTON_BACK
Makes a navigation button gray and pointing backward.

See Also:
Constant Field Values

NAVBAR_BUTTON_ARROW_UP

static final String NAVBAR_BUTTON_ARROW_UP
Sets an up arrow icon on a Button in a NavigationBar

See Also:
Constant Field Values

NAVBAR_BUTTON_ARROW_DOWN

static final String NAVBAR_BUTTON_ARROW_DOWN
Sets a down arrow icon on a Button in a NavigationBar

See Also:
Constant Field Values

NAVBAR_BUTTON_ARROW_LEFT

static final String NAVBAR_BUTTON_ARROW_LEFT
Sets a left arrow icon on a Button in a NavigationBar

See Also:
Constant Field Values

NAVBAR_BUTTON_ARROW_RIGHT

static final String NAVBAR_BUTTON_ARROW_RIGHT
Sets a right arrow icon on a Button in a NavigationBar

See Also:
Constant Field Values

BUTTON_LINK

static final String BUTTON_LINK
Creates a button that looks like a regular hypertext link but still acts like a normal button.

See Also:
Constant Field Values

TREE_CONNECTORS

static final String TREE_CONNECTORS
Adds the connector lines between a parent node and its child nodes to indicate the tree hierarchy better.

See Also:
Constant Field Values

CLIP

static final String CLIP
Clips the component so it will be constrained to its given size and not overflow.

See Also:
Constant Field Values


Copyright © 2014 Vaadin Ltd. All rights reserved.