|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Widget | |
|---|---|
| com.dynamide | The core of the Dynamide Framework: Session, Widget, Page, Property, etc. |
| com.dynamide.db | How to make any data access strategy plug into Dynamide's data-aware components. |
| com.dynamide.widgetbeans | |
| Uses of Widget in com.dynamide |
|---|
| Subclasses of Widget in com.dynamide | |
|---|---|
class |
Page
See how the WidgetType class is used for Page default properties, and look at the class javadoc for Widget. |
| Methods in com.dynamide that return Widget | |
|---|---|
Widget |
Page.createWidget(java.lang.String widgetType)
|
Widget |
Page.createWidget(java.lang.String widgetType,
java.lang.String id,
boolean callWidget_fire_OnLoad)
|
Widget |
Page.createWidgetFromElement(org.jdom.Element element,
boolean generateID,
boolean addWidget)
Create a widget, and add to the widgets hashtable. |
Widget |
Page.createWidgetSafe(java.lang.String widgetType)
|
Widget |
Page.getWidget(java.lang.String id)
|
Widget |
Page.getWidgetByID(java.lang.String id)
|
| Methods in com.dynamide with parameters of type Widget | |
|---|---|
void |
Page.addWidget(Widget wd)
|
ScriptEvent |
WidgetType.fire_onLoad(Widget widget)
Fires an event named for the Widget type, but fires it once per loading of widget instance on a Page, so it is a Widget-author plugable event. |
void |
Session.fireWidgetImports(Widget widget,
java.lang.String procName)
|
ScriptEvent |
Session.fireWidgetMethod(Widget widget,
java.lang.String procName)
|
java.lang.String |
Session.getWidgetPropertyEditor(Session session,
Session subsession,
Page page,
Widget widget,
Property property,
Property defaultProperty,
java.lang.String onkeydown,
java.lang.String onchange)
|
void |
Page.renameWidget(Widget wd,
java.lang.String oldName,
java.lang.String newName)
|
java.lang.String |
Session.renderWidget(Widget wd,
java.lang.String targetPageID,
javax.servlet.http.HttpServletRequest request)
|
| Uses of Widget in com.dynamide.db |
|---|
| Methods in com.dynamide.db that return Widget | |
|---|---|
Widget |
RDBDatasource.getWidget()
|
| Methods in com.dynamide.db with parameters of type Widget | |
|---|---|
void |
RDBDatasource.setWidget(Widget new_value)
|
| Uses of Widget in com.dynamide.widgetbeans |
|---|
| Methods in com.dynamide.widgetbeans with parameters of type Widget | |
|---|---|
java.lang.String |
TreeBean.dive(java.lang.String nodeID,
Widget widget,
Session session)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||