public class ModuleData extends Object
| 构造器和说明 |
|---|
ModuleData(AppData application,
IModuleFactory mf,
ModuleProperties props)
Instantiates a new module data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.gwt.user.client.ui.Widget |
createWidget()
Creates the widget.
|
String |
getCaption()
Gets the caption.
|
Integer |
getIndex()
Gets the index.
|
com.google.gwt.user.client.ui.Widget |
getWidget()
Gets the widget.
|
public ModuleData(AppData application, IModuleFactory mf, ModuleProperties props)
application - the applicationmf - the mfprops - the propspublic com.google.gwt.user.client.ui.Widget getWidget()
public Integer getIndex()
public String getCaption()
public com.google.gwt.user.client.ui.Widget createWidget()
Copyright © 2017. All rights reserved.