Ontimize 5.2072EN

com.ontimize.gui.table
Class ExtendedTable

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended byjavax.swing.JComponent
              extended byjavax.swing.JPanel
                  extended bycom.ontimize.gui.table.ExtendedTable
All Implemented Interfaces:
AccessForm, javax.accessibility.Accessible, DataComponent, FormComponent, IdentifiedElement, java.awt.image.ImageObserver, Internationalization, java.awt.MenuContainer, OpenDialog, ReferenceComponent, SecureElement, java.io.Serializable

public class ExtendedTable
extends javax.swing.JPanel
implements DataComponent, ReferenceComponent, OpenDialog, AccessForm

See Also:
Serialized Form

Nested Class Summary
protected  class ExtendedTable.MJTable
          Deprecated.  
 
Nested classes inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
Nested classes inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
protected  java.lang.String attribute
          Deprecated.  
protected  javax.swing.JPanel buttonPanel
          Deprecated.  
protected  java.util.Hashtable calculatedColumns
          Deprecated.  
static java.lang.String COLUMN_
          Deprecated.  
protected  java.util.Vector columns
          Deprecated.  
protected  javax.swing.JCheckBox confirmChangeCheck
          Deprecated.  
protected  java.util.Vector currencyColumns
          Deprecated.  
protected  boolean editable
          Deprecated.  
protected  java.util.Vector editableColumns
          Deprecated.  
protected  java.util.Hashtable editors
          Deprecated.  
protected  FormPermission enabledPermission
          Deprecated.  
protected  java.lang.String entity
          Deprecated.  
protected  java.lang.String formName
          Deprecated.  
static java.lang.String INSERTION_NO_CONFIRM
          Deprecated.  
static java.lang.String INSERTION_PERFORM
          Deprecated.  
protected  java.util.Vector keys
          Deprecated.  
protected  EntityReferenceLocator locator
          Deprecated.  
static java.lang.String M_CONFIRM_INSERT
          Deprecated.  
static java.lang.String M_CONFIRM_UPDATE
          Deprecated.  
static java.lang.String MODIFICATION_CONFIRM
          Deprecated.  
protected  java.awt.event.MouseAdapter openDetailFormListener
          Deprecated.  
protected  Form parentForm
          Deprecated.  
protected  java.awt.Frame parentFrame
          Deprecated.  
protected  java.util.Vector parentKeys
          Deprecated.  
static java.lang.String REQUIRED
          Deprecated.  
protected  java.util.Vector requiredColumns
          Deprecated.  
protected  java.util.ResourceBundle resources
          Deprecated.  
protected  boolean restricted
          Deprecated.  
protected  int rowPreferredSize
          Deprecated.  
protected  int[] settedColumnWidth
          Deprecated.  
protected  javax.swing.JLabel status
          Deprecated.  
protected  ExtendedTable.MJTable table
          Deprecated.  
protected  java.util.Vector visibleColumns
          Deprecated.  
protected  FormPermission visiblePermission
          Deprecated.  
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface com.ontimize.gui.field.DataComponent
COMP_FOCUS_YELLOW, GREEN_VERY_LIGHT, LIGHT_GRAY_BLUE, LIGHT_GREYISH_BLUE, VERY_LIGHT_BLUE, VERY_LIGHT_GRAY, VERY_LIGHT_PINK, VERY_LIGHT_RED, VERY_LIGHT_SKYBLUE, VERY_LIGHT_YELLOW, VERY_LIGHT_YELLOW_2
 
Fields inherited from interface com.ontimize.gui.field.FormComponent
DEBUG
 
Fields inherited from interface com.ontimize.gui.i18n.Internationalization
DEBUG_LANGUAGE
 
Fields inherited from interface com.ontimize.gui.SecureElement
DESACTIVATE_COMPONENT_BY_PERMISSION_TIP
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ExtendedTable(java.util.Hashtable parameters)
          Deprecated.  
 
Method Summary
 void add(java.awt.Component c, java.lang.Object constraints)
          Deprecated. Este metodo esta sobrecargado por conveniencia.
 void addListSelectionListenerToTable(javax.swing.event.ListSelectionListener l)
          Deprecated.  
 void addMouseListenerToTable(java.awt.event.MouseListener m)
          Deprecated.  
protected  boolean checkEnabledPermission()
          Deprecated.  
protected  boolean checkVisiblePermission()
          Deprecated.  
 void columnWidthSet(java.lang.String columna, int pixels)
          Deprecated. Establece el ancho de una columna.
protected  boolean confirmChanges()
          Deprecated.  
protected  boolean confirmRequiredInsertCell(int fila)
          Deprecated.  
 void deleteData()
          Deprecated. The method to delete data for component.
 java.lang.Object getAttribute()
          Deprecated. Gets the object attribute.
 java.lang.Object getConstraints(java.awt.LayoutManager parentLayout)
          Deprecated. Description method to return the constraints component to place correctly in parent container.
 javax.swing.JTable getJTable()
          Deprecated.  
 java.lang.String getLabelComponentText()
          Deprecated. Returns the label text component.
 int getSQLDataType()
          Deprecated. Returns the sql data type according to java.sql.Types
 java.util.Vector getTextsToTranslate()
          Deprecated. Returns all the texts in the element suitable for being translated.
 java.lang.Object getValue()
          Deprecated. Gets the value of a component.
 void init(java.util.Hashtable parameters)
          Deprecated. Main method to init an object from parameters hashtable.
 int[] initColumnWidth()
          Deprecated.  
 void initPermissions()
          Deprecated.  
protected  EntityResult insertEntity(int row)
          Deprecated.  
protected  void installDetailFormListener()
          Deprecated.  
protected  boolean isColumnVisible(java.lang.String col)
          Deprecated.  
protected  boolean isColumnWidthFixed(java.lang.String columna)
          Deprecated.  
 boolean isEmpty()
          Deprecated. Checks the data existence in component.
 boolean isHidden()
          Deprecated. Indicates to check the visibility condition for a component.
 boolean isModifiable()
          Deprecated. Checks the modifiable condition for a component.
 boolean isModified()
          Deprecated. This method should be return true when data have been modified.
 boolean isRequired()
          Deprecated. Indicates the required condition for a component.
 boolean isRestricted()
          Deprecated.  
 void packTable()
          Deprecated.  
 void refresh()
          Deprecated.  
protected  void removeDetailFormListener()
          Deprecated.  
 void removeListSelectionListenerFromTable(javax.swing.event.ListSelectionListener l)
          Deprecated.  
 void removeMouseListenerFromTable(java.awt.event.MouseListener m)
          Deprecated.  
 void setColumnEditor(java.lang.String col, javax.swing.table.TableCellEditor editor)
          Deprecated.  
 void setComponentLocale(java.util.Locale l)
          Deprecated.  
 void setEditable(boolean editable)
          Deprecated.  
protected  void setEditableColumns()
          Deprecated.  
 void setEnabled(boolean activ)
          Deprecated. Description method to set enabled or not the component according the boolean condition in parameter.
 void setModifiable(boolean modif)
          Deprecated. Establishes the modifiable condition for a component.
 void setParentForm(Form f)
          Deprecated. Method declaration to set the form that contains the component.
protected  void setParentFormEditors(Form f)
          Deprecated.  
 void setParentFrame(java.awt.Frame f)
          Deprecated. This method is called from Form for each component that implements this interface.
 void setParentFrameEditors(java.awt.Frame f)
          Deprecated.  
 void setReferenceLocator(EntityReferenceLocator locator)
          Deprecated. Establishes the reference locator that will be used by component.
 void setReferencesLocatorEditors(EntityReferenceLocator locator)
          Deprecated.  
protected  void setRenderers()
          Deprecated.  
 void setRequired(boolean required)
          Deprecated. Sets required a component according to condition.
 void setResourceBundle(java.util.ResourceBundle res)
          Deprecated. Sets the language resource bundle.
 void setStateText(java.lang.String texto, int time)
          Deprecated.  
 void setStateText(java.lang.String texto, int time, java.awt.Color c)
          Deprecated.  
 void setValue(java.lang.Object value)
          Deprecated. Sets the value for component.
 void setVisible(boolean vis)
          Deprecated. Description method to set visible or not the component according the boolean condition in parameter.
protected  void setVisibleColumns()
          Deprecated.  
 void showDetailForm()
          Deprecated.  
protected  EntityResult updateCell(int fila, int columna)
          Deprecated.  
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ontimize.gui.field.FormComponent
isEnabled
 

Field Detail

COLUMN_

public static final java.lang.String COLUMN_
Deprecated. 
See Also:
Constant Field Values

REQUIRED

public static final java.lang.String REQUIRED
Deprecated. 
See Also:
Constant Field Values

INSERTION_NO_CONFIRM

public static final java.lang.String INSERTION_NO_CONFIRM
Deprecated. 
See Also:
Constant Field Values

INSERTION_PERFORM

public static final java.lang.String INSERTION_PERFORM
Deprecated. 
See Also:
Constant Field Values

MODIFICATION_CONFIRM

public static final java.lang.String MODIFICATION_CONFIRM
Deprecated. 
See Also:
Constant Field Values

M_CONFIRM_UPDATE

public static final java.lang.String M_CONFIRM_UPDATE
Deprecated. 
See Also:
Constant Field Values

M_CONFIRM_INSERT

public static final java.lang.String M_CONFIRM_INSERT
Deprecated. 
See Also:
Constant Field Values

entity

protected java.lang.String entity
Deprecated. 

attribute

protected java.lang.String attribute
Deprecated. 

columns

protected java.util.Vector columns
Deprecated. 

keys

protected java.util.Vector keys
Deprecated. 

parentKeys

protected java.util.Vector parentKeys
Deprecated. 

visibleColumns

protected java.util.Vector visibleColumns
Deprecated. 

editableColumns

protected java.util.Vector editableColumns
Deprecated. 

requiredColumns

protected java.util.Vector requiredColumns
Deprecated. 

currencyColumns

protected java.util.Vector currencyColumns
Deprecated. 

calculatedColumns

protected java.util.Hashtable calculatedColumns
Deprecated. 

table

protected ExtendedTable.MJTable table
Deprecated. 

resources

protected java.util.ResourceBundle resources
Deprecated. 

locator

protected EntityReferenceLocator locator
Deprecated. 

parentFrame

protected java.awt.Frame parentFrame
Deprecated. 

status

protected javax.swing.JLabel status
Deprecated. 

formName

protected java.lang.String formName
Deprecated. 

rowPreferredSize

protected int rowPreferredSize
Deprecated. 

editable

protected boolean editable
Deprecated. 

visiblePermission

protected FormPermission visiblePermission
Deprecated. 

enabledPermission

protected FormPermission enabledPermission
Deprecated. 

openDetailFormListener

protected java.awt.event.MouseAdapter openDetailFormListener
Deprecated. 

settedColumnWidth

protected int[] settedColumnWidth
Deprecated. 

parentForm

protected Form parentForm
Deprecated. 

editors

protected java.util.Hashtable editors
Deprecated. 

buttonPanel

protected javax.swing.JPanel buttonPanel
Deprecated. 

confirmChangeCheck

protected javax.swing.JCheckBox confirmChangeCheck
Deprecated. 

restricted

protected boolean restricted
Deprecated. 
Constructor Detail

ExtendedTable

public ExtendedTable(java.util.Hashtable parameters)
              throws java.lang.Exception
Deprecated. 
Method Detail

init

public void init(java.util.Hashtable parameters)
Deprecated. 
Description copied from interface: FormComponent
Main method to init an object from parameters hashtable.

Specified by:
init in interface FormComponent
Parameters:
parameters - the hashtable with pairs (Key,Value). For example:

Key Value
align center
attr attribute
... ...

getConstraints

public java.lang.Object getConstraints(java.awt.LayoutManager parentLayout)
Deprecated. 
Description copied from interface: FormComponent
Description method to return the constraints component to place correctly in parent container.

Specified by:
getConstraints in interface FormComponent
Parameters:
parentLayout - the parent container reference
Returns:
the constraints for the component

isModified

public boolean isModified()
Deprecated. 
Description copied from interface: DataComponent
This method should be return true when data have been modified. The method setValue() should be change this condition.

Specified by:
isModified in interface DataComponent
Returns:
the modified condition

isRequired

public boolean isRequired()
Deprecated. 
Description copied from interface: DataComponent
Indicates the required condition for a component.

Specified by:
isRequired in interface DataComponent
Returns:
the required condition

setRequired

public void setRequired(boolean required)
Deprecated. 
Description copied from interface: DataComponent
Sets required a component according to condition.

Specified by:
setRequired in interface DataComponent
Parameters:
required - the required condition

isEmpty

public boolean isEmpty()
Deprecated. 
Description copied from interface: DataComponent
Checks the data existence in component.

Specified by:
isEmpty in interface DataComponent
Returns:
true when component is empty

getSQLDataType

public int getSQLDataType()
Deprecated. 
Description copied from interface: DataComponent
Returns the sql data type according to java.sql.Types

Specified by:
getSQLDataType in interface DataComponent
Returns:
the Integer type

isHidden

public boolean isHidden()
Deprecated. 
Description copied from interface: DataComponent
Indicates to check the visibility condition for a component.

Specified by:
isHidden in interface DataComponent
Returns:
the visibility condition

setModifiable

public void setModifiable(boolean modif)
Deprecated. 
Description copied from interface: DataComponent
Establishes the modifiable condition for a component. When component is not modifiable, data will not be deleted automatically in DeleteFields call.

Specified by:
setModifiable in interface DataComponent
Parameters:
modif - the boolean condition

isModifiable

public boolean isModifiable()
Deprecated. 
Description copied from interface: DataComponent
Checks the modifiable condition for a component. It is useful when it is not desired form deletes a component value.

Specified by:
isModifiable in interface DataComponent
Returns:
true when component is modifiable

deleteData

public void deleteData()
Deprecated. 
Description copied from interface: DataComponent
The method to delete data for component.

Specified by:
deleteData in interface DataComponent

setValue

public void setValue(java.lang.Object value)
Deprecated. 
Description copied from interface: DataComponent
Sets the value for component.

Specified by:
setValue in interface DataComponent
Parameters:
value - the object with value to set

getValue

public java.lang.Object getValue()
Deprecated. 
Description copied from interface: DataComponent
Gets the value of a component.

Specified by:
getValue in interface DataComponent
Returns:
the object with value.

getLabelComponentText

public java.lang.String getLabelComponentText()
Deprecated. 
Description copied from interface: DataComponent
Returns the label text component. This label will change according to the Locale.

Specified by:
getLabelComponentText in interface DataComponent
Returns:
the label text

getTextsToTranslate

public java.util.Vector getTextsToTranslate()
Deprecated. 
Description copied from interface: Internationalization
Returns all the texts in the element suitable for being translated.

Specified by:
getTextsToTranslate in interface Internationalization
Returns:
all the texts in the element suitable for being translated.

setResourceBundle

public void setResourceBundle(java.util.ResourceBundle res)
Deprecated. 
Description copied from interface: Internationalization
Sets the language resource bundle. When the application changes the configured language, for all the objects that implement this interface this method must be called with the new file.
The method must translate all the elements that have texts in the GUI

Specified by:
setResourceBundle in interface Internationalization
Parameters:
res - the new language bundle.

setComponentLocale

public void setComponentLocale(java.util.Locale l)
Deprecated. 
Specified by:
setComponentLocale in interface Internationalization

getAttribute

public java.lang.Object getAttribute()
Deprecated. 
Description copied from interface: IdentifiedElement
Gets the object attribute. This attribute allows to identify the object

Specified by:
getAttribute in interface IdentifiedElement

setReferenceLocator

public void setReferenceLocator(EntityReferenceLocator locator)
Deprecated. 
Description copied from interface: ReferenceComponent
Establishes the reference locator that will be used by component. This method is automatically called by Form when it is being loaded.

Specified by:
setReferenceLocator in interface ReferenceComponent
Parameters:
locator - a reference locator to set in component

setReferencesLocatorEditors

public void setReferencesLocatorEditors(EntityReferenceLocator locator)
Deprecated. 

setParentFrame

public void setParentFrame(java.awt.Frame f)
Deprecated. 
Description copied from interface: OpenDialog
This method is called from Form for each component that implements this interface. It fixes the parent frame for element. This frame is needed to open the modal dialog.

Specified by:
setParentFrame in interface OpenDialog
Parameters:
f - the frame

setParentFrameEditors

public void setParentFrameEditors(java.awt.Frame f)
Deprecated. 

setEditableColumns

protected void setEditableColumns()
Deprecated. 

initColumnWidth

public int[] initColumnWidth()
Deprecated. 

isColumnVisible

protected boolean isColumnVisible(java.lang.String col)
Deprecated. 

packTable

public void packTable()
Deprecated. 

setVisibleColumns

protected void setVisibleColumns()
Deprecated. 

setRenderers

protected void setRenderers()
Deprecated. 

setEditable

public void setEditable(boolean editable)
Deprecated. 

setColumnEditor

public void setColumnEditor(java.lang.String col,
                            javax.swing.table.TableCellEditor editor)
Deprecated. 

confirmRequiredInsertCell

protected boolean confirmRequiredInsertCell(int fila)
Deprecated. 

insertEntity

protected EntityResult insertEntity(int row)
                             throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

updateCell

protected EntityResult updateCell(int fila,
                                  int columna)
                           throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

setParentForm

public void setParentForm(Form f)
Deprecated. 
Description copied from interface: AccessForm
Method declaration to set the form that contains the component. This method must be called automatically during the form building.

Specified by:
setParentForm in interface AccessForm
Parameters:
f - the form reference

setParentFormEditors

protected void setParentFormEditors(Form f)
Deprecated. 

confirmChanges

protected boolean confirmChanges()
Deprecated. 

refresh

public void refresh()
Deprecated. 

setStateText

public void setStateText(java.lang.String texto,
                         int time)
Deprecated. 

setStateText

public void setStateText(java.lang.String texto,
                         int time,
                         java.awt.Color c)
Deprecated. 

add

public void add(java.awt.Component c,
                java.lang.Object constraints)
Deprecated. 
Este metodo esta sobrecargado por conveniencia. Es una forma facil de establecer los editores de la tabla mediante XML, ya que el constructor de formularios utiliza este metodo.


columnWidthSet

public void columnWidthSet(java.lang.String columna,
                           int pixels)
Deprecated. 
Establece el ancho de una columna. Para anularlo el valor de pixels debe ser 0. En este caso, la tabla calcula el ancho adecuado de cada columna.


isColumnWidthFixed

protected boolean isColumnWidthFixed(java.lang.String columna)
Deprecated. 

installDetailFormListener

protected void installDetailFormListener()
Deprecated. 

removeDetailFormListener

protected void removeDetailFormListener()
Deprecated. 

getJTable

public javax.swing.JTable getJTable()
Deprecated. 

addMouseListenerToTable

public void addMouseListenerToTable(java.awt.event.MouseListener m)
Deprecated. 

addListSelectionListenerToTable

public void addListSelectionListenerToTable(javax.swing.event.ListSelectionListener l)
Deprecated. 

removeMouseListenerFromTable

public void removeMouseListenerFromTable(java.awt.event.MouseListener m)
Deprecated. 

removeListSelectionListenerFromTable

public void removeListSelectionListenerFromTable(javax.swing.event.ListSelectionListener l)
Deprecated. 

showDetailForm

public void showDetailForm()
Deprecated. 

checkVisiblePermission

protected boolean checkVisiblePermission()
Deprecated. 

checkEnabledPermission

protected boolean checkEnabledPermission()
Deprecated. 

setEnabled

public void setEnabled(boolean activ)
Deprecated. 
Description copied from interface: FormComponent
Description method to set enabled or not the component according the boolean condition in parameter.

Specified by:
setEnabled in interface FormComponent

setVisible

public void setVisible(boolean vis)
Deprecated. 
Description copied from interface: FormComponent
Description method to set visible or not the component according the boolean condition in parameter.

Specified by:
setVisible in interface FormComponent

initPermissions

public void initPermissions()
Deprecated. 
Specified by:
initPermissions in interface SecureElement

isRestricted

public boolean isRestricted()
Deprecated. 
Specified by:
isRestricted in interface SecureElement

Ontimize