com.github.gwtbootstrap.client.ui.constants
Interface NavbarConstants


public interface NavbarConstants

Constants used for the Navbar and for Navbar contents.

Since:
2.0.4.0
Author:
Dominik Mayer
See Also:
Bootstrap documentation

Field Summary
static String NAVBAR
           
static String NAVBAR_BUTTON
           
static String NAVBAR_FORM
           
static String NAVBAR_INNER
           
static String NAVBAR_SEARCH
           
static String NAVBAR_TEXT
           
 

Field Detail

NAVBAR

static final String NAVBAR
See Also:
Constant Field Values

NAVBAR_FORM

static final String NAVBAR_FORM
See Also:
Constant Field Values

NAVBAR_SEARCH

static final String NAVBAR_SEARCH
See Also:
Constant Field Values

NAVBAR_TEXT

static final String NAVBAR_TEXT
See Also:
Constant Field Values

NAVBAR_INNER

static final String NAVBAR_INNER
See Also:
Constant Field Values

NAVBAR_BUTTON

static final String NAVBAR_BUTTON
See Also:
Constant Field Values


Copyright © 2012 gwtbootstrap. All Rights Reserved.