Class FeatureTableJDynFormSet
java.lang.Object
org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
org.gvsig.featureform.swing.impl.dynformset.FeatureTableJDynFormSet
- All Implemented Interfaces:
org.gvsig.tools.dynform.JDynFormSet,org.gvsig.tools.swing.api.Component
public class FeatureTableJDynFormSet
extends org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.tools.dynform.JDynFormSet
org.gvsig.tools.dynform.JDynFormSet.JDynFormSetListener -
Field Summary
Fields inherited from class org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
actionsBuffer, autosave, contents, formHeight, formWidth, layoutMode, listeners, LOGGER, readOnly, valuesFields inherited from interface org.gvsig.tools.dynform.JDynFormSet
ACTION_CANCEL_NEW, ACTION_CLOSE, ACTION_DELETE, ACTION_FIRST, ACTION_LAST, ACTION_NAVIGATION, ACTION_NEW, ACTION_NEXT, ACTION_PREVIOUS, ACTION_SAVE, ACTION_SEARCH, ACTION_SET_CURRENT_RECORD -
Constructor Summary
ConstructorsConstructorDescriptionFeatureTableJDynFormSet(org.gvsig.tools.dynform.spi.DynFormSPIManager manager, org.gvsig.tools.dynform.spi.dynformset.JDynFormSetFactory factory, org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetActionButton(String action) intbooleanbooleanhasValidValues(List<String> fieldsName) booleanisActionEnabled(String action) booleanisActionVisible(String action) voidsetActionEnabled(String action, boolean enabled) voidsetActionVisible(String action, boolean visible) voidsetCurrentIndex(int index) voidsetFormSize(int width, int height) voidsetReadOnly(boolean readOnly) voidvoidsetValues(org.gvsig.tools.dynobject.DynObjectSet values) Methods inherited from class org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, allowClose, allowDelete, allowNew, allowSearch, allowUpdate, callUserEvent, confirmDialog, countValues, enterStateNew, fireCloseEvent, fireEvent, fireFormMovedToEvent, fireMessageEvent, get, getContext, getDefinition, getFactory, getForm, getFormValues, getLayoutMode, getManager, getServiceManager, getTagValueAsBoolean, getTagValueAsInt, getUseScrollBars, isAutosave, isInNewState, isReadOnly, leaveTheNewState, loadDefaultValueFromTags, message, message, removeListener, setAllowClose, setAllowDelete, setAllowNew, setAllowSearch, setAllowUpdate, setAutosave, setLayoutMode, setUseScrollBars
-
Constructor Details
-
FeatureTableJDynFormSet
public FeatureTableJDynFormSet(org.gvsig.tools.dynform.spi.DynFormSPIManager manager, org.gvsig.tools.dynform.spi.dynformset.JDynFormSetFactory factory, org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags)
-
-
Method Details
-
asJComponent
-
setValues
- Specified by:
setValuesin interfaceorg.gvsig.tools.dynform.JDynFormSet- Overrides:
setValuesin classorg.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
-
setValues
public void setValues(org.gvsig.tools.dynobject.DynObjectSet values) - Specified by:
setValuesin interfaceorg.gvsig.tools.dynform.JDynFormSet- Overrides:
setValuesin classorg.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
-
setReadOnly
public void setReadOnly(boolean readOnly) - Specified by:
setReadOnlyin interfaceorg.gvsig.tools.dynform.JDynFormSet- Overrides:
setReadOnlyin classorg.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
-
setFormSize
public void setFormSize(int width, int height) - Specified by:
setFormSizein interfaceorg.gvsig.tools.dynform.JDynFormSet- Overrides:
setFormSizein classorg.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSet
-
getCurrentIndex
public int getCurrentIndex() -
setCurrentIndex
public void setCurrentIndex(int index) -
addAction
-
getAction
-
getActions
-
setActionEnabled
-
setActionVisible
-
isActionEnabled
-
isActionVisible
-
getActionButton
-
hasValidValues
public boolean hasValidValues() -
hasValidValues
-
getValues
-