Package org.pepstock.charba.client.dom
Interface IsCastable
-
- All Superinterfaces:
IsJSType
- All Known Implementing Classes:
Canvas
,CanvasGradientItem
,CanvasPatternItem
,Div
,Img
,NativeAbstractMouseEvent
,NativeBaseEvent
,NativeCustomEvent
,NativeKeyboardEvent
,NativeMouseEvent
,NativePointerEvent
,NativeTouchEvent
,NativeUIEvent
@JsType(isNative=true, name="Object", namespace="<global>") public interface IsCastable extends IsJSType
Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> T
as()
Performs checked cast to lefthand-side type.
-