List of usage examples for com.vaadin.shared AbstractComponentState subclass-usage
From source file org.opencms.ui.shared.components.CmsAutoGrowingTextAreaState.java
/** * The scroll position CSS shared state.<p> */ public class CmsAutoGrowingTextAreaState extends AbstractComponentState { /** The serial version id. */
From source file org.opencms.ui.shared.components.CmsBreadCrumbState.java
/** * The bread crumb state.<p> */ public class CmsBreadCrumbState extends AbstractComponentState { /** The serial version id. */
From source file org.opencms.ui.shared.components.CmsHistoryState.java
/** * The history state.<p> */ public class CmsHistoryState extends AbstractComponentState { /** The history back flag. */
From source file org.opencms.ui.shared.components.CmsMaxHeightState.java
/** * The max height shared state.<p> */ public class CmsMaxHeightState extends AbstractComponentState { /** The serial version id. */
From source file org.opencms.ui.shared.components.CmsReportWidgetState.java
/** * Report widget state.<p> */ public class CmsReportWidgetState extends AbstractComponentState { /** Default serial version.*/
From source file org.opencms.ui.shared.components.CmsScrollPositionCssState.java
/** * The scroll position CSS shared state.<p> */ public class CmsScrollPositionCssState extends AbstractComponentState { /** The serial version id. */
From source file org.opennms.features.topology.app.internal.gwt.client.HudDisplayState.java
public class HudDisplayState extends AbstractComponentState { static final long serialVersionUID = 1L; private int m_vertexFocusCount; private int m_edgeFocusCount; private int m_vertexContextCount;
From source file org.opennms.features.topology.app.internal.gwt.client.LastUpdatedLabelState.java
public class LastUpdatedLabelState extends AbstractComponentState { private long m_utcTime = -1; public void setUpdateTime(long utcTime) { m_utcTime = utcTime;
From source file org.opennms.features.topology.app.internal.gwt.client.SearchBoxState.java
public class SearchBoxState extends AbstractComponentState { List<SearchSuggestion> m_suggestions = new ArrayList<SearchSuggestion>(); List<SearchSuggestion> m_selected = new ArrayList<SearchSuggestion>(); List<SearchSuggestion> m_focused = new ArrayList<SearchSuggestion>(); int m_triggerCount = 0;
From source file org.opennms.features.topology.app.internal.gwt.client.TopologyComponentState.java
public class TopologyComponentState extends AbstractComponentState implements Serializable { private int m_boundX; private int m_boundY; private int m_boundWidth; private int m_boundHeight;