org.gwtbootstrap3.client.ui.base
Class AbstractListItem
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
org.gwtbootstrap3.client.ui.base.ComplexWidget
org.gwtbootstrap3.client.ui.base.AbstractListItem
- All Implemented Interfaces:
- HasAttachHandlers, HasHandlers, EventListener, HasEnabled, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>, HasActive, HasId, HasInlineStyle, HasPull, HasResponsiveness
- Direct Known Subclasses:
- AbstractAnchorListItem, ListDropDown, ListItem
public abstract class AbstractListItem
- extends ComplexWidget
- implements HasEnabled, HasPull, HasActive, HasResponsiveness, HasId
Base class for list items.
- Author:
- Sven Jacobs, Joshua Godi
- See Also:
ListItem,
AnchorListItem,
ListDropDown
| Methods inherited from class org.gwtbootstrap3.client.ui.base.ComplexWidget |
add, insert, setColor, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString |
AbstractListItem
protected AbstractListItem()
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled in interface HasEnabled
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface HasEnabled
setPull
public void setPull(Pull pull)
- Description copied from class:
ComplexWidget
-
- Specified by:
setPull in interface HasPull- Overrides:
setPull in class ComplexWidget
getPull
public Pull getPull()
- Description copied from class:
ComplexWidget
-
- Specified by:
getPull in interface HasPull- Overrides:
getPull in class ComplexWidget
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
setVisibleOn
public void setVisibleOn(DeviceSize deviceSize)
- Description copied from class:
ComplexWidget
- Sets the devices that the element is visible on
- Specified by:
setVisibleOn in interface HasResponsiveness- Overrides:
setVisibleOn in class ComplexWidget
- Parameters:
deviceSize - device size- See Also:
DeviceSize
setHiddenOn
public void setHiddenOn(DeviceSize deviceSize)
- Description copied from class:
ComplexWidget
- Sets the devices that the element is hidden on
- Specified by:
setHiddenOn in interface HasResponsiveness- Overrides:
setHiddenOn in class ComplexWidget
- Parameters:
deviceSize - device sizes- See Also:
DeviceSize
setId
public void setId(String id)
- Description copied from class:
ComplexWidget
- Sets the ID on the widget
- Specified by:
setId in interface HasId- Overrides:
setId in class ComplexWidget
- Parameters:
id - String desired ID
getId
public String getId()
- Description copied from class:
ComplexWidget
- Gets the ID of the widget
- Specified by:
getId in interface HasId- Overrides:
getId in class ComplexWidget
- Returns:
- String widget ID
Copyright © 2015. All rights reserved.