public interface DataStoreParametersPanel extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
fetchParameters(DynObject parameters)
Gets the values of from the panel and set in the passed parameters.
|
boolean |
getExcludeGeometryOptions() |
JDynForm |
getForm()
Return the JDynForm of this panel.
|
void |
putParameters(DynObject parameters)
Sets the value of parameters in the panel.
|
void |
setExcludeGeometryOptions(boolean exclude) |
asJComponentvoid putParameters(DynObject parameters)
parameters - to get the values and set in the panelvoid fetchParameters(DynObject parameters)
parameters - to put in the panel valuesvoid setExcludeGeometryOptions(boolean exclude)
boolean getExcludeGeometryOptions()
JDynForm getForm()