public class SubformJDynFormSet extends org.gvsig.tools.dynform.spi.AbstractJDynFormSet implements FormSetButtonBar.FormSetListener, org.gvsig.tools.dynform.JDynForm.JDynFormListener
| Constructor and Description |
|---|
SubformJDynFormSet(org.gvsig.tools.service.spi.ServiceManager manager,
org.gvsig.tools.dynform.DynFormDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
asJComponent() |
boolean |
doActionClose() |
boolean |
doActionDelete() |
boolean |
doActionFirst() |
boolean |
doActionLast() |
boolean |
doActionNew() |
boolean |
doActionNext() |
boolean |
doActionPrevious() |
boolean |
doActionSave() |
boolean |
doActionSearch() |
void |
fieldChanged(org.gvsig.tools.dynform.JDynFormField field) |
org.gvsig.tools.dynobject.DynObject |
get(int position) |
int |
getCurrentIndex() |
JLabel |
getMessagesJLabel() |
void |
message() |
void |
message(String msg) |
void |
setCurrentIndex(int index) |
void |
setFormSize(int width,
int height) |
void |
setReadOnly(boolean readOnly) |
void |
setValues(org.gvsig.tools.dynobject.DynObjectSet values) |
void |
setValues(List values) |
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, allowClose, allowDelete, allowNew, allowSearch, allowUpdate, confirmDialog, countValues, fireCloseEvent, fireFormMovedToEvent, fireMessageEvent, getLayoutMode, getManager, getServiceManager, getUseScrollBars, isAutosave, isReadOnly, removeListener, setAllowClose, setAllowDelete, setAllowNew, setAllowSearch, setAllowUpdate, setAutosave, setLayoutMode, setUseScrollBarspublic SubformJDynFormSet(org.gvsig.tools.service.spi.ServiceManager manager,
org.gvsig.tools.dynform.DynFormDefinition definition)
throws org.gvsig.tools.service.ServiceException
org.gvsig.tools.service.ServiceExceptionpublic JComponent asJComponent()
asJComponent in interface org.gvsig.tools.swing.api.Componentpublic JLabel getMessagesJLabel()
public void message()
message in interface org.gvsig.tools.dynform.JDynFormSetmessage in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetpublic void message(String msg)
message in interface org.gvsig.tools.dynform.JDynForm.JDynFormListenermessage in interface org.gvsig.tools.dynform.JDynFormSetmessage in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetpublic void setValues(List values) throws org.gvsig.tools.service.ServiceException
setValues in interface org.gvsig.tools.dynform.JDynFormSetsetValues in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetorg.gvsig.tools.service.ServiceExceptionpublic void setValues(org.gvsig.tools.dynobject.DynObjectSet values)
throws org.gvsig.tools.service.ServiceException
setValues in interface org.gvsig.tools.dynform.JDynFormSetsetValues in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetorg.gvsig.tools.service.ServiceExceptionpublic void setReadOnly(boolean readOnly)
setReadOnly in interface org.gvsig.tools.dynform.JDynFormSetsetReadOnly in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetpublic boolean doActionFirst()
doActionFirst in interface FormSetButtonBar.FormSetListenerpublic boolean doActionPrevious()
doActionPrevious in interface FormSetButtonBar.FormSetListenerpublic boolean doActionNext()
doActionNext in interface FormSetButtonBar.FormSetListenerpublic boolean doActionLast()
doActionLast in interface FormSetButtonBar.FormSetListenerpublic boolean doActionSave()
doActionSave in interface FormSetButtonBar.FormSetListenerpublic boolean doActionNew()
doActionNew in interface FormSetButtonBar.FormSetListenerpublic boolean doActionDelete()
doActionDelete in interface FormSetButtonBar.FormSetListenerpublic boolean doActionSearch()
doActionSearch in interface FormSetButtonBar.FormSetListenerpublic boolean doActionClose()
doActionClose in interface FormSetButtonBar.FormSetListenerpublic void setFormSize(int width,
int height)
setFormSize in interface org.gvsig.tools.dynform.JDynFormSetsetFormSize in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetpublic int getCurrentIndex()
getCurrentIndex in interface org.gvsig.tools.dynform.JDynFormSetpublic void setCurrentIndex(int index)
setCurrentIndex in interface org.gvsig.tools.dynform.JDynFormSetpublic void fieldChanged(org.gvsig.tools.dynform.JDynFormField field)
fieldChanged in interface org.gvsig.tools.dynform.JDynForm.JDynFormListenerpublic org.gvsig.tools.dynobject.DynObject get(int position)
get in interface org.gvsig.tools.dynform.JDynFormSetget in class org.gvsig.tools.dynform.spi.AbstractJDynFormSetCopyright © 2014 gvSIG Association. All Rights Reserved.