com.vaadin.shared.ui
Class ComponentStateUtil
java.lang.Object
com.vaadin.shared.ui.ComponentStateUtil
- All Implemented Interfaces:
- java.io.Serializable
public final class ComponentStateUtil
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isUndefinedWidth
public static final boolean isUndefinedWidth(AbstractComponentState state)
isUndefinedHeight
public static final boolean isUndefinedHeight(AbstractComponentState state)
hasDescription
public static final boolean hasDescription(AbstractComponentState state)
hasStyles
public static final boolean hasStyles(AbstractComponentState state)
isRelativeWidth
public static final boolean isRelativeWidth(AbstractComponentState state)
isRelativeHeight
public static final boolean isRelativeHeight(AbstractComponentState state)
removeRegisteredEventListener
public static final void removeRegisteredEventListener(SharedState state,
java.lang.String eventIdentifier)
- Removes an event listener id.
- Parameters:
eventListenerId - The event identifier to remove
addRegisteredEventListener
public static final void addRegisteredEventListener(SharedState state,
java.lang.String eventListenerId)
- Adds an event listener id.
- Parameters:
eventListenerId - The event identifier to add
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.