Package com.sencha.gxt.fx.client
Interface Draggable.DraggableAppearance
-
- All Known Implementing Classes:
DraggableDefaultAppearance
- Enclosing class:
- Draggable
public static interface Draggable.DraggableAppearance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addUnselectableStyle(com.google.gwt.dom.client.Element element)
com.google.gwt.dom.client.Element
createProxy()
void
removeUnselectableStyle(com.google.gwt.dom.client.Element element)
void
setProxyStyle(String proxyClass)
-
-
-
Method Detail
-
addUnselectableStyle
void addUnselectableStyle(com.google.gwt.dom.client.Element element)
-
createProxy
com.google.gwt.dom.client.Element createProxy()
-
removeUnselectableStyle
void removeUnselectableStyle(com.google.gwt.dom.client.Element element)
-
setProxyStyle
void setProxyStyle(String proxyClass)
-
-