org.gwtbootstrap3.client.ui.base
Interface HasActive

All Known Implementing Classes:
AbstractAnchorListItem, AbstractButton, AbstractIconButton, AbstractListItem, AbstractToggleButton, ActiveMixin, AnchorButton, AnchorListItem, Button, CarouselIndicator, CarouselSlide, CheckBoxButton, CloseButton, LinkedGroupItem, ListDropDown, ListItem, Progress, RadioButton, SubmitButton, TabListItem, TabPane

public interface HasActive

Author:
Sven Jacobs

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
 

Method Detail

setActive

void setActive(boolean active)
Sets the widget with the active styles or not

Parameters:
active - true=gets active styles, false=removes active styles

isActive

boolean isActive()
Gets whether or not the widget has the active styles

Returns:
true=has active styles, false=does not have active styles


Copyright © 2015. All rights reserved.