|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueRow | |
|---|---|
| kr.co.hit.live.admin.monitor | |
| kr.co.hit.live.vo | 컴포넌트간에 데이터 전달을 위한 ValueObject와 관련된 클래스들을 포함한다. |
| Uses of ValueRow in kr.co.hit.live.admin.monitor |
|---|
| Methods in kr.co.hit.live.admin.monitor with parameters of type ValueRow | |
|---|---|
protected void |
ServiceCallViewWebAction.writeRow(ValueRow row,
PrintWriter out)
|
| Uses of ValueRow in kr.co.hit.live.vo |
|---|
| Methods in kr.co.hit.live.vo that return ValueRow | |
|---|---|
ValueRow |
ValueRow.clone()
|
ValueRow |
ValueObject.cloneRow()
0번 Index를 갖는 Row를 복제(shallow copy)하여 HashMap 형태로 리턴한다. |
ValueRow |
ValueObject.cloneRow(int idx)
해당 Index를 갖는 Row를 복제(shallow copy)하여 HashMap 형태로 리턴한다. |
ValueRow |
ValueObject.get(int idx)
|
ValueRow |
ValueObject.getRow()
Deprecated. |
ValueRow |
ValueObject.getRow(int idx)
해당 Index를 갖는 Row를 HashMap 형태로 리턴한다. |
ValueRow |
ValueObject.remove(int idx)
해당 Index의 Row을 삭제한다. |
ValueRow |
ValueObject.set(int index,
ValueRow element)
|
| Methods in kr.co.hit.live.vo that return types with arguments of type ValueRow | |
|---|---|
List<ValueRow> |
ValueObject.getTable()
Table을 List 오브젝트로 리턴한다. |
Iterator<ValueRow> |
ValueObjectMetaData.iterator()
Deprecated. |
Iterator<ValueRow> |
ValueObject.iterator()
|
ListIterator<ValueRow> |
ValueObject.listIterator()
|
ListIterator<ValueRow> |
ValueObject.listIterator(int index)
|
List<ValueRow> |
ValueObject.subList(int fromIndex,
int toIndex)
|
| Methods in kr.co.hit.live.vo with parameters of type ValueRow | |
|---|---|
void |
ValueObject.add(int idx,
ValueRow row)
|
boolean |
ValueObject.add(ValueRow row)
|
void |
ValueObject.addRow(int idx,
ValueRow row)
TABLE내에 해당 Index로 Row를 증가한다
|
void |
ValueObject.addRow(ValueRow row)
TABLE내에 마지막 Index로 Row를 증가한다
|
ValueRow |
ValueObject.set(int index,
ValueRow element)
|
void |
ValueObject.setRow(int idx,
ValueRow row)
해당 Index의 Row Data를 Update 한다. |
void |
ValueObject.setRow(ValueRow row)
0번의 Index의 Row Data를 Update 한다. |
| Method parameters in kr.co.hit.live.vo with type arguments of type ValueRow | |
|---|---|
boolean |
ValueObject.addAll(Collection<? extends ValueRow> c)
|
boolean |
ValueObject.addAll(int index,
Collection<? extends ValueRow> c)
|
void |
ValueObject.addTable(List<ValueRow> tbl)
Table에 List 오브젝트 data를 이용하여 row들을 추가한다. |
void |
ValueObject.setTable(List<ValueRow> tbl)
Table을 List<ValueRow>를 사용하여 값을 채운다. |
| Constructors in kr.co.hit.live.vo with parameters of type ValueRow | |
|---|---|
ValueRow(ValueRow r)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||