public interface SubPresentable
Modifier and Type | Method and Description |
---|---|
void |
bind() |
void |
disable() |
void |
enable() |
com.smartgwt.client.widgets.Canvas |
getDisplay() |
boolean |
load(com.smartgwt.client.data.Record associatedRecord,
AbstractDynamicDataSource associatedDataSource) |
boolean |
load(com.smartgwt.client.data.Record associatedRecord,
AbstractDynamicDataSource associatedDataSource,
com.smartgwt.client.data.DSCallback cb) |
void |
setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable) |
void |
setReadOnly(Boolean readOnly) |
void |
setStartState() |
void setStartState()
void enable()
void disable()
boolean load(com.smartgwt.client.data.Record associatedRecord, AbstractDynamicDataSource associatedDataSource, com.smartgwt.client.data.DSCallback cb)
boolean load(com.smartgwt.client.data.Record associatedRecord, AbstractDynamicDataSource associatedDataSource)
void bind()
void setReadOnly(Boolean readOnly)
void setDataSource(ListGridDataSource dataSource, String[] gridFields, Boolean[] editable)
com.smartgwt.client.widgets.Canvas getDisplay()
Copyright © 2013. All rights reserved.