public abstract class FPanel extends de.ipcon.swing.IPanel implements de.ipcon.swing.FocusVetoHandlerI, FormElementI
Modifier and Type | Field and Description |
---|---|
static java.util.LinkedHashMap |
myActions |
static java.util.HashMap |
myAttributes |
static java.util.HashMap |
myElements |
static java.lang.String |
XMLConfigureInfo |
inhibitFocusChange, SCROLLING_MODE_ANY, SCROLLING_MODE_HORIZONTAL_ONLY, SCROLLING_MODE_VERTICAL_ONLY, TEXTURE_CENTERED, TEXTURE_REPEAT
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
ALL_ACTIONS, AVAILABLE_ACTION_KIND, CONTEXTMENU_ACTION_KIND, LOCAL_ACTION_KIND, MENU_ACTION_KIND, NO_LOCAL_ACTION_KIND, NO_TOPMDI_ONLY_ACTION_KIND, NOT_AVAILABLE_ACTION_KIND, REFRESH_FROM_TRANSACTION, REFRESH_FROM_USER, SHORTCUT_ACTION_KIND, TOOLBAR_ACTION_KIND, TOPMDI_ONLY_ACTION_KIND
Constructor and Description |
---|
FPanel(FormContextI _ftx,
electric.xml.Element _confRoot) |
Modifier and Type | Method and Description |
---|---|
void |
_refreshActions() |
boolean |
action_editForm_available() |
boolean |
action_editForm_enabled() |
void |
action_editForm() |
boolean |
action_refreshView_available() |
void |
action_refreshView() |
boolean |
action_reopenView_available() |
boolean |
action_reopenView_enabled() |
void |
action_reopenView() |
void |
addBeanA(java.util.Map m,
java.lang.String attributeName) |
void |
addFormElementListener(FormElementListenerI l) |
void |
addHandleA(java.util.Map m,
java.lang.String attributeName) |
void |
addHandleE(java.util.Map m,
java.lang.String el) |
void |
afterSave() |
void |
afterSetValue(java.lang.Object old,
java.lang.Object $new) |
void |
assureTransferHandler() |
void |
beforeSave() |
void |
beforeSetValue(java.lang.Object old,
java.lang.Object $new) |
boolean |
calculationMightBeExpensive() |
void |
callLog(java.lang.String s) |
void |
cancelPendingRefreshRequests() |
boolean |
checkEditable() |
boolean |
checkVisible() |
void |
close() |
java.lang.Object |
evalScript(java.lang.String name) |
java.lang.Object |
evalScript(java.lang.String name,
boolean showException) |
java.lang.Object |
evalScript(java.lang.String name,
java.lang.String[] argNames,
java.lang.Class[] argTypes,
java.lang.Object[] argValues) |
java.lang.Object |
evalScript(java.lang.String name,
java.lang.String[] argNames,
java.lang.Class[] argTypes,
java.lang.Object[] argValues,
boolean showException) |
java.lang.Object |
evalScript(java.lang.String name,
java.lang.String[] argNames,
java.lang.Class[] argTypes,
java.lang.Object[] argValues,
boolean showException,
boolean allowDeclare) |
void |
fhide() |
void |
focusNextComponent(java.awt.KeyboardFocusManager kfm) |
void |
focusPreviousComponent(java.awt.KeyboardFocusManager kfm) |
void |
fshow() |
java.util.LinkedHashMap |
getActions() |
java.util.LinkedHashMap |
getActionsOfKind(int kind) |
static java.util.LinkedHashMap |
getActionsOfKind(java.util.Map _actions,
int kind) |
java.util.HashMap |
getAttributeMap()
Returns the map of attributes supported by this FPanel.
|
BO |
getBO() |
electric.xml.Element |
getConfRoot() |
ClientContextI |
getCtx() |
java.lang.String |
getDebugName() |
java.util.LinkedHashMap |
getDefaultActionMap()
Returns the default action map for this FPanel.
|
java.util.HashMap |
getElementMap()
Returns the map of elements supported by this FPanel.
|
java.util.LinkedHashMap |
getFormActions() |
FormContextI |
getFtx() |
InstrumentingSchemaI |
getInstrumentedSchema() |
java.util.concurrent.atomic.AtomicLong |
getLastRefreshRequest() |
java.awt.Dimension |
getMaximumSize() |
java.awt.Dimension |
getMinimumSize() |
java.lang.String |
getMissingPropertiesPolicy() |
java.awt.Dimension |
getPreferredSize() |
java.util.concurrent.atomic.AtomicInteger |
getRefreshRequestsPending() |
SchemaI |
getSchema() |
void |
handleActionE(electric.xml.Element e) |
void |
handleAttributes(java.util.HashMap attributeHashMap) |
void |
handleDropAllowedIfE(electric.xml.Element e) |
void |
handleEditableA(electric.xml.Attribute _attr) |
void |
handleEditableIfE(electric.xml.Element e) |
boolean |
handleElement(java.util.HashMap elementHashMap,
electric.xml.Element el) |
void |
handleElements(java.util.HashMap elementHashMap,
boolean subsPossible) |
void |
handleElements(java.util.HashMap elementHashMap,
boolean subsPossible,
java.lang.String implyElement) |
void |
handleElements(java.util.HashMap elementHashMap,
boolean subsPossible,
java.lang.String implyElement,
java.lang.String implyPrefix) |
void |
handleImpliedA(electric.xml.Attribute _attr) |
void |
handleMaximumSizeA(electric.xml.Attribute a) |
void |
handleMaxSizeA(electric.xml.Attribute a) |
void |
handleMinimumSizeA(electric.xml.Attribute a) |
void |
handleMinSizeA(electric.xml.Attribute a) |
void |
handleMissingPropertiesPolicyA(electric.xml.Attribute a) |
void |
handleNameA(electric.xml.Attribute a) |
FormElementI |
handleNewElement(electric.xml.Element el) |
FormElementI |
handleNewElement(electric.xml.Element el,
java.lang.String aka) |
FormElementI |
handleNewElement(electric.xml.Element el,
java.lang.String aka,
FormContextI preparedFtx) |
void |
handleOnAfterSaveE(electric.xml.Element e) |
void |
handleOnAfterSetValueE(electric.xml.Element e) |
void |
handleOnBeforeSaveE(electric.xml.Element e) |
void |
handleOnBeforeSetValueE(electric.xml.Element e) |
void |
handleOnConstructionE(electric.xml.Element e) |
void |
handleOnDropE(electric.xml.Element e) |
void |
handleOnFocusGainedE(electric.xml.Element e) |
void |
handleOnFocusLostE(electric.xml.Element e) |
void |
handleOnMDIActivateE(electric.xml.Element e) |
void |
handleOnMDICloseE(electric.xml.Element e) |
void |
handleOnMDIDeactivateE(electric.xml.Element e) |
void |
handleOnMDIOpenE(electric.xml.Element e) |
void |
handleOnRefreshE(electric.xml.Element e) |
void |
handleOnSyncE(electric.xml.Element e) |
void |
handlePreferredSizeA(electric.xml.Attribute a) |
void |
handlePrefSizeA(electric.xml.Attribute a) |
void |
handleScriptE(electric.xml.Element e) |
void |
handleVirtualPropertyE(electric.xml.Element e) |
void |
handleVisibleIfE(electric.xml.Element e) |
boolean |
hasPreferredSizeOverride() |
void |
invokeAction(java.lang.String action) |
void |
invokeAction(java.lang.String action,
java.lang.Object parms) |
boolean |
isClosed() |
boolean |
isDebug() |
boolean |
isDefinedEditable() |
boolean |
isEditable() |
boolean |
isExplicitEditable() |
boolean |
isGUIBuilt() |
boolean |
isImpliedElement() |
boolean |
isInputPossible() |
boolean |
isShown() |
void |
mdiActivate(MDIElementI me) |
void |
mdiClose(MDIElementI me) |
void |
mdiDeactivate(MDIElementI me) |
void |
mdiOpen(MDIElementI me) |
void |
postConstructor() |
void |
postInit()
Diese Routine wird NACH der Instantiierung des Objektes und seiner UnterObjekte (formulartechnisch gesehen!)
|
void |
postRefresh() |
void |
postRefresh(int from) |
void |
postRefresh(int from,
boolean suppressRefreshActions) |
void |
processFocusVeto(java.awt.event.FocusEvent fe) |
void |
processFocusVeto(java.awt.event.KeyEvent ke) |
void |
queueDelayedRefresh(AsyncRefreshExecutorI are) |
void |
queueDelayedRefresh(AsyncRefreshExecutorI are,
boolean immediate) |
void |
reallyHandleVirtualPropertyE(electric.xml.Element e) |
void |
refresh() |
void |
refresh(int from) |
void |
refreshActions() |
void |
refreshActions(boolean sync) |
void |
registerActionImpl(FormAction a) |
void |
registerFormAction(FormAction a) |
void |
removeFormElementListener(FormElementListenerI l) |
void |
requestFocus()
Das dient dazu, Komponenten davon abzubringen, einfach den Focus an sich zu reissen -
das sollte schoen innerhalb des Fensters bleiben.
|
boolean |
requestFocusInWindow() |
boolean |
requestFocusInWindow(boolean temporary) |
java.lang.Object |
runAndDeclare(java.lang.String name) |
java.lang.Object |
runAndDeclare(java.lang.String name,
boolean showException) |
void |
setConfRoot(electric.xml.Element $53) |
void |
setDebug(boolean $55) |
boolean |
setEditable(boolean isEditable) |
void |
setFtx(FormContextI $52) |
void |
setGUIBuilt(boolean $56) |
void |
setMissingPropertiesPolicy(java.lang.String $57) |
void |
setShown(boolean $54) |
boolean |
shouldShow() |
void |
sync() |
void |
syncImpl() |
void |
waitForAsyncRefreshes() |
boolean |
willCareForChildActions() |
boolean |
willCareForChildRefresh() |
getPreferredScrollableViewportSize, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, getScrollingMode, grabFocus, init, init, init, paintComponent, setScrollingMode, setTexture
getAccessibleContext, getUI, getUIClassID, setUI, updateUI
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getNextFocusableComponent, getPopupLocation, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, createImage, createImage, createVolatileImage, createVolatileImage, dispatchEvent, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
public static java.util.HashMap myAttributes
public static java.util.HashMap myElements
public static java.util.LinkedHashMap myActions
public static java.lang.String XMLConfigureInfo
public FPanel(FormContextI _ftx, electric.xml.Element _confRoot)
public java.lang.String getMissingPropertiesPolicy()
public void queueDelayedRefresh(AsyncRefreshExecutorI are)
public void queueDelayedRefresh(AsyncRefreshExecutorI are, boolean immediate)
public java.util.concurrent.atomic.AtomicLong getLastRefreshRequest()
public java.util.concurrent.atomic.AtomicInteger getRefreshRequestsPending()
public boolean hasPreferredSizeOverride()
public void cancelPendingRefreshRequests()
public void waitForAsyncRefreshes()
public boolean calculationMightBeExpensive()
public boolean isClosed()
isClosed
in interface FormElementI
public void close()
close
in interface FormElementI
public java.lang.Object evalScript(java.lang.String name)
public java.lang.Object evalScript(java.lang.String name, boolean showException)
public java.lang.Object evalScript(java.lang.String name, java.lang.String[] argNames, java.lang.Class[] argTypes, java.lang.Object[] argValues)
public java.lang.Object evalScript(java.lang.String name, java.lang.String[] argNames, java.lang.Class[] argTypes, java.lang.Object[] argValues, boolean showException)
public java.lang.Object evalScript(java.lang.String name, java.lang.String[] argNames, java.lang.Class[] argTypes, java.lang.Object[] argValues, boolean showException, boolean allowDeclare)
public java.lang.Object runAndDeclare(java.lang.String name)
public java.lang.Object runAndDeclare(java.lang.String name, boolean showException)
public void postConstructor()
public void postInit()
postInit
in interface FormElementI
public java.lang.String getDebugName()
getDebugName
in interface FormElementI
public void callLog(java.lang.String s)
public void mdiOpen(MDIElementI me)
mdiOpen
in interface FormElementI
public void mdiClose(MDIElementI me)
mdiClose
in interface FormElementI
public void mdiActivate(MDIElementI me)
mdiActivate
in interface FormElementI
public void mdiDeactivate(MDIElementI me)
mdiDeactivate
in interface FormElementI
public void registerActionImpl(FormAction a)
public java.util.LinkedHashMap getActions()
getActions
in interface FormElementI
public java.util.LinkedHashMap getActionsOfKind(int kind)
getActionsOfKind
in interface FormElementI
public static java.util.LinkedHashMap getActionsOfKind(java.util.Map _actions, int kind)
public boolean action_editForm_available()
public boolean action_editForm_enabled()
public void action_editForm()
public boolean action_reopenView_available()
public boolean action_reopenView_enabled()
public void action_reopenView()
public boolean action_refreshView_available()
public void action_refreshView()
public void addBeanA(java.util.Map m, java.lang.String attributeName)
public void addHandleA(java.util.Map m, java.lang.String attributeName)
public void addHandleE(java.util.Map m, java.lang.String el)
public void handleAttributes(java.util.HashMap attributeHashMap)
handleAttributes
in interface FormElementI
public boolean handleElement(java.util.HashMap elementHashMap, electric.xml.Element el)
handleElement
in interface FormElementI
public void handleElements(java.util.HashMap elementHashMap, boolean subsPossible)
handleElements
in interface FormElementI
public void handleElements(java.util.HashMap elementHashMap, boolean subsPossible, java.lang.String implyElement)
public void handleElements(java.util.HashMap elementHashMap, boolean subsPossible, java.lang.String implyElement, java.lang.String implyPrefix)
public FormElementI handleNewElement(electric.xml.Element el)
handleNewElement
in interface FormElementI
public FormElementI handleNewElement(electric.xml.Element el, java.lang.String aka)
public FormElementI handleNewElement(electric.xml.Element el, java.lang.String aka, FormContextI preparedFtx)
public java.util.HashMap getAttributeMap()
Subclasses can and should override this method to provide their own attribute map.
getAttributeMap
in interface FormElementI
public java.util.HashMap getElementMap()
Subclasses can and should override this method to provide their own element map.
getElementMap
in interface FormElementI
public java.util.LinkedHashMap getDefaultActionMap()
Subclasses can and should override this method to provide their own default action map.
public void handleNameA(electric.xml.Attribute a)
public void handleEditableA(electric.xml.Attribute _attr)
public void handleImpliedA(electric.xml.Attribute _attr)
public void handleMinimumSizeA(electric.xml.Attribute a)
public void handleMinSizeA(electric.xml.Attribute a)
public void handlePreferredSizeA(electric.xml.Attribute a)
public void handlePrefSizeA(electric.xml.Attribute a)
public void handleMaximumSizeA(electric.xml.Attribute a)
public void handleMaxSizeA(electric.xml.Attribute a)
public void handleMissingPropertiesPolicyA(electric.xml.Attribute a)
public void handleScriptE(electric.xml.Element e)
public void handleOnConstructionE(electric.xml.Element e)
public void handleOnFocusGainedE(electric.xml.Element e)
public void handleOnFocusLostE(electric.xml.Element e)
public void handleOnSyncE(electric.xml.Element e)
public void handleOnRefreshE(electric.xml.Element e)
public void handleOnBeforeSaveE(electric.xml.Element e)
public void handleOnAfterSaveE(electric.xml.Element e)
public void handleOnBeforeSetValueE(electric.xml.Element e)
public void handleOnAfterSetValueE(electric.xml.Element e)
public void handleOnMDIOpenE(electric.xml.Element e)
public void handleOnMDICloseE(electric.xml.Element e)
public void handleOnMDIActivateE(electric.xml.Element e)
public void handleOnMDIDeactivateE(electric.xml.Element e)
public void handleEditableIfE(electric.xml.Element e)
public void handleDropAllowedIfE(electric.xml.Element e)
public void handleOnDropE(electric.xml.Element e)
public void assureTransferHandler()
public void handleActionE(electric.xml.Element e)
public void handleVirtualPropertyE(electric.xml.Element e)
public void handleVisibleIfE(electric.xml.Element e)
public InstrumentingSchemaI getInstrumentedSchema()
public void reallyHandleVirtualPropertyE(electric.xml.Element e)
public void invokeAction(java.lang.String action)
public void invokeAction(java.lang.String action, java.lang.Object parms)
public ClientContextI getCtx()
getCtx
in interface FormElementI
public SchemaI getSchema()
getSchema
in interface FormElementI
public BO getBO()
public final void sync()
sync
in interface FormElementI
public void syncImpl()
public java.util.LinkedHashMap getFormActions()
public void registerFormAction(FormAction a)
public void addFormElementListener(FormElementListenerI l)
addFormElementListener
in interface FormElementI
public void removeFormElementListener(FormElementListenerI l)
removeFormElementListener
in interface FormElementI
public void beforeSave()
beforeSave
in interface FormElementI
public void afterSave()
afterSave
in interface FormElementI
public boolean shouldShow()
public boolean willCareForChildRefresh()
willCareForChildRefresh
in interface FormElementI
public boolean willCareForChildActions()
willCareForChildActions
in interface FormElementI
public void refresh()
refresh
in interface FormElementI
public void refresh(int from)
refresh
in interface FormElementI
public void postRefresh()
public void postRefresh(int from)
postRefresh
in interface FormElementI
public void postRefresh(int from, boolean suppressRefreshActions)
public void refreshActions()
public void refreshActions(boolean sync)
public void _refreshActions()
public void beforeSetValue(java.lang.Object old, java.lang.Object $new)
beforeSetValue
in interface FormElementI
public void afterSetValue(java.lang.Object old, java.lang.Object $new)
afterSetValue
in interface FormElementI
public void processFocusVeto(java.awt.event.KeyEvent ke)
processFocusVeto
in interface de.ipcon.swing.FocusVetoHandlerI
public void processFocusVeto(java.awt.event.FocusEvent fe)
processFocusVeto
in interface de.ipcon.swing.FocusVetoHandlerI
public void focusNextComponent(java.awt.KeyboardFocusManager kfm)
public void focusPreviousComponent(java.awt.KeyboardFocusManager kfm)
public boolean setEditable(boolean isEditable)
setEditable
in interface FormElementI
public boolean isEditable()
isEditable
in interface FormElementI
public boolean isDefinedEditable()
public boolean isExplicitEditable()
public boolean isInputPossible()
isInputPossible
in interface FormElementI
public boolean isImpliedElement()
public boolean checkVisible()
public boolean checkEditable()
public void fshow()
public void fhide()
public void requestFocus()
requestFocus
in interface FormElementI
requestFocus
in class de.ipcon.swing.IPanel
public boolean requestFocusInWindow()
requestFocusInWindow
in class javax.swing.JComponent
public boolean requestFocusInWindow(boolean temporary)
requestFocusInWindow
in class javax.swing.JComponent
public java.awt.Dimension getMinimumSize()
getMinimumSize
in class javax.swing.JComponent
public java.awt.Dimension getPreferredSize()
getPreferredSize
in class javax.swing.JComponent
public java.awt.Dimension getMaximumSize()
getMaximumSize
in class javax.swing.JComponent
public FormContextI getFtx()
getFtx
in interface FormElementI
public void setFtx(FormContextI $52)
public electric.xml.Element getConfRoot()
getConfRoot
in interface FormElementI
public void setConfRoot(electric.xml.Element $53)
public boolean isShown()
isShown
in interface FormElementI
public void setShown(boolean $54)
public boolean isDebug()
isDebug
in interface FormElementI
public void setDebug(boolean $55)
public boolean isGUIBuilt()
isGUIBuilt
in interface FormElementI
public void setGUIBuilt(boolean $56)
public void setMissingPropertiesPolicy(java.lang.String $57)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.