|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.gui.print.TableColumnGroup
public class TableColumnGroup
Agrupamento de colunas de uma tabela.
| Constructor Summary | |
|---|---|
TableColumnGroup(String name,
int startIndex,
int endIndex)
Construtor. |
|
| Method Summary | |
|---|---|
int |
getEndIndex()
Recupera o índice da última coluna que pertence ao agrupamento. |
String |
getName()
Recupera o nome do agrupamento. |
int |
getStartIndex()
Recupera o índice da primeira coluna que pertence ao agrupamento. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableColumnGroup(String name,
int startIndex,
int endIndex)
name - o nome do agrupamento.startIndex - o índice da primeira coluna que pertence ao agrupamento.endIndex - o índice da última coluna que pertence ao agrupamento.| Method Detail |
|---|
public String getName()
public int getStartIndex()
public int getEndIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||