Package com.cmobilecom.af.model.view
Class Widget
- java.lang.Object
-
- com.cmobilecom.af.model.view.Widget
-
- Direct Known Subclasses:
DialogView
,Overlay
,PanelView
,PopupView
,TabViewBase
,TreeView
public abstract class Widget extends java.lang.Object
Widget base class- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
parseElement(org.w3c.dom.Element childElem)
Parse the child element.
-
-
-
Constructor Detail
-
Widget
public Widget()
Default constructor.
-
Widget
public Widget(org.w3c.dom.Element widgetElem) throws ParseException
Constructor with XML element.<widgetType> <paramName>value</paramName> </widgetType>
- Parameters:
widgetElem
- widget root element- Throws:
ParseException
- throw if a parsing error occurs
-
-
Method Detail
-
parseElement
protected void parseElement(org.w3c.dom.Element childElem) throws ParseException
Parse the child element.- Parameters:
childElem
- a child element of widget element- Throws:
ParseException
- throw if a parsing error occurs
-
-