|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
net.sourceforge.fixagora.basis.client.model.editor.SecurityAltIDTableModel
public class SecurityAltIDTableModel
The Class SecurityAltIDTableModel.
Constructor Summary | |
---|---|
SecurityAltIDTableModel(FSecurityEditor securityEditor)
Instantiates a new security alt id table model. |
Method Summary | |
---|---|
void |
addSecurityAltIDGroup(SecurityAltIDGroup securityAltIDGroup)
Adds the security alt id group. |
AbstractBusinessObjectEditor |
getAbstractBusinessObjectEditor()
Gets the abstract business object editor. |
int |
getColumnCount()
|
java.lang.String |
getColumnName(int column)
|
int |
getRowCount()
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
boolean |
isDirty()
Checks if is dirty. |
void |
remove(int index)
Removes the. |
void |
save()
Save. |
void |
setMinWidth(int minWidth)
Sets the min width. |
void |
setTable(javax.swing.JTable table)
Sets the table. |
void |
setTableWidth()
Sets the table width. |
void |
updateSecurityAltIDGroups(java.util.List<SecurityAltIDGroup> securityAltIDGroups)
Update security alt id groups. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityAltIDTableModel(FSecurityEditor securityEditor)
securityEditor
- the security editorMethod Detail |
---|
public int getColumnCount()
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public int getRowCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
public void setMinWidth(int minWidth)
minWidth
- the new min widthpublic void setTableWidth()
public void setTable(javax.swing.JTable table)
table
- the new tablepublic boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
public AbstractBusinessObjectEditor getAbstractBusinessObjectEditor()
public boolean isDirty()
public void save()
public void updateSecurityAltIDGroups(java.util.List<SecurityAltIDGroup> securityAltIDGroups)
securityAltIDGroups
- the security alt id groupspublic void addSecurityAltIDGroup(SecurityAltIDGroup securityAltIDGroup)
securityAltIDGroup
- the security alt id grouppublic void remove(int index)
index
- the index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |