org.gwtbootstrap3.client.ui.base.mixin
Class ActiveMixin<T extends UIObject & HasActive>

java.lang.Object
  extended by org.gwtbootstrap3.client.ui.base.mixin.ActiveMixin<T>
All Implemented Interfaces:
HasActive

public class ActiveMixin<T extends UIObject & HasActive>
extends Object
implements HasActive

Author:
Sven Jacobs

Constructor Summary
ActiveMixin(T uiObject)
           
 
Method Summary
 boolean isActive()
          Gets whether or not the widget has the active styles
 void setActive(boolean active)
          Sets the widget with the active styles or not
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMixin

public ActiveMixin(T uiObject)
Method Detail

setActive

public void setActive(boolean active)
Description copied from interface: HasActive
Sets the widget with the active styles or not

Specified by:
setActive in interface HasActive
Parameters:
active - true=gets active styles, false=removes active styles

isActive

public boolean isActive()
Description copied from interface: HasActive
Gets whether or not the widget has the active styles

Specified by:
isActive in interface HasActive
Returns:
true=has active styles, false=does not have active styles


Copyright © 2015. All rights reserved.