org.gwtbootstrap3.extras.slider.client.ui.base
Interface SliderCommand


public interface SliderCommand

Boostrap slider commands.

Author:
Xiaodong SUN
See Also:
https://github.com/seiyria/bootstrap-slider#functions

Field Summary
static String DESTROY
           
static String DISABLE
           
static String ENABLE
           
static String GET_ATTRIBUTE
           
static String GET_VALUE
           
static String IS_ENABLED
           
static String ON
           
static String REFEESH
           
static String RELAYOUT
           
static String SET_ATTRIBUTE
           
static String SET_VALUE
           
static String TOGGLE
           
 

Field Detail

GET_VALUE

static final String GET_VALUE
See Also:
Constant Field Values

SET_VALUE

static final String SET_VALUE
See Also:
Constant Field Values

DESTROY

static final String DESTROY
See Also:
Constant Field Values

DISABLE

static final String DISABLE
See Also:
Constant Field Values

ENABLE

static final String ENABLE
See Also:
Constant Field Values

TOGGLE

static final String TOGGLE
See Also:
Constant Field Values

IS_ENABLED

static final String IS_ENABLED
See Also:
Constant Field Values

SET_ATTRIBUTE

static final String SET_ATTRIBUTE
See Also:
Constant Field Values

GET_ATTRIBUTE

static final String GET_ATTRIBUTE
See Also:
Constant Field Values

REFEESH

static final String REFEESH
See Also:
Constant Field Values

ON

static final String ON
See Also:
Constant Field Values

RELAYOUT

static final String RELAYOUT
See Also:
Constant Field Values


Copyright © 2015. All rights reserved.