Package javascript.swing
Class JSDropDown
- java.lang.Object
-
- javascript.swing.JSComponent
-
- javascript.swing.JSDropDown
-
- Direct Known Subclasses:
JSColorChooser,JSComboBox,JSDropDownMenu
public abstract class JSDropDown extends JSComponent
The abstract component for dropdown objects- Author:
- gianpiero.diblasi
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdropDownContentSelectorThe CSS selector to select the content inside the dropdown
-
Constructor Summary
Constructors Constructor Description JSDropDown(java.lang.String dropDownContentSelector)Creates the object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomputePopupPosition()Computes the popup position-
Methods inherited from class javascript.swing.JSComponent
addChildEventListenerByQuery, addEventListener, appendChild, appendChildInTree, appendInBody, appendNodeChild, appendNodeChildInTree, clearChildContentByQuery, clearContent, cssAddClass, cssClassList, cssRemoveClass, cssToggleClass, getAttribute, getChildAttributeByIndex, getChildAttributeByQuery, getChildCount, getChildPropertyByQuery, getChilStyleByIndex, getChilStyleByQuery, getID, getProperty, getStyle, insertBefore, insertBeforeInTree, insertNodeBefore, insertNodeBeforeInTree, invoke, invokeInTree, prependChild, prependChildInTree, prependNodeChild, prependNodeChildInTree, removeAttribute, removeChildAttributeByQuery, removeFromBody, setAttribute, setBackground, setChildAttributeByIndex, setChildAttributeByQuery, setChildPropertyByQuery, setContent, setEnabled, setID, setProperty
-
-