|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fenalco.utilities.lists.ComplaintCategoryListView
public class ComplaintCategoryListView
| Field Summary | |
|---|---|
private java.lang.Object |
actualKey
La llave actual que se está trabajando, se usa para tener acceso a los objetos que se deben mostrar de ese elemento de la lista |
private ComplaintCategory |
actualValue
valor actual en el que se está trabajando, es decir, la fila actual de la lista |
(package private) ComplaintCategoryList |
complaintCategoryList
El listado (modelo o documento) |
private int |
count
contador que indica en que columna voy |
private java.util.Enumeration |
keys
Como el listado es un hashtable, aqui almaceno los keys |
private java.util.Vector |
valuesToShow
aqui se almacenan los datos que se van a mostrar en las diferentes columnas de la lista |
| Constructor Summary | |
|---|---|
ComplaintCategoryListView(ComplaintCategoryList list)
|
|
| Method Summary | |
|---|---|
boolean |
move()
Este método mueve el iterador al siguiente registro de la lista y retorna un booleano indicando si se pudo mover a ese elemento o no. |
java.lang.Object |
nextElement()
Este método retorna el siguiente elemento dentro del registro en el que se encuentra el iterador actualmente, si retorna null es por que ya se ha llegado al final del registro |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
ComplaintCategoryList complaintCategoryList
private java.util.Enumeration keys
private java.lang.Object actualKey
private ComplaintCategory actualValue
private java.util.Vector valuesToShow
private int count
| Constructor Detail |
|---|
public ComplaintCategoryListView(ComplaintCategoryList list)
| Method Detail |
|---|
public boolean move()
ListView
move in interface ListViewpublic java.lang.Object nextElement()
ListView
nextElement in interface ListView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||