|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
com.liferay.faces.util.model.RowMarks
@Deprecated public class RowMarks
This class wraps a HashMap that represents rows that are marked, typically for deletion. It also
extends the Observable class so that observers can be notified when the map has changed, according
to the RowMarks.NotificationEvent enumeration.
| Nested Class Summary | |
|---|---|
static class |
RowMarks.NotificationEvent
Deprecated. |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
RowMarks()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
boolean |
containsKey(Object key)
Deprecated. |
boolean |
containsValue(Object value)
Deprecated. |
Set<Map.Entry<Object,Boolean>> |
entrySet()
Deprecated. |
Boolean |
get(Object key)
Deprecated. |
int |
getCount()
Deprecated. Returns the number of entries in the map that have a value of true. |
boolean |
isEmpty()
Deprecated. |
Set<Object> |
keySet()
Deprecated. |
void |
markAll()
Deprecated. Sets all the entries in the map with a value of Boolean.TRUE. |
Boolean |
put(Object key,
Boolean value)
Deprecated. |
void |
putAll(Map<? extends Object,? extends Boolean> t)
Deprecated. |
Boolean |
remove(Object key)
Deprecated. |
int |
size()
Deprecated. |
void |
unmarkAll()
Deprecated. Sets all the entries in the map with a value of Boolean.FALSE. |
Collection<Boolean> |
values()
Deprecated. |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public RowMarks()
| Method Detail |
|---|
public void clear()
clear in interface Map<Object,Boolean>public boolean containsKey(Object key)
containsKey in interface Map<Object,Boolean>public boolean containsValue(Object value)
containsValue in interface Map<Object,Boolean>public Set<Map.Entry<Object,Boolean>> entrySet()
entrySet in interface Map<Object,Boolean>public Boolean get(Object key)
get in interface Map<Object,Boolean>public Set<Object> keySet()
keySet in interface Map<Object,Boolean>public void markAll()
Boolean.TRUE.
public Boolean put(Object key,
Boolean value)
put in interface Map<Object,Boolean>public void putAll(Map<? extends Object,? extends Boolean> t)
putAll in interface Map<Object,Boolean>public Boolean remove(Object key)
remove in interface Map<Object,Boolean>public int size()
size in interface Map<Object,Boolean>public void unmarkAll()
Boolean.FALSE.
public Collection<Boolean> values()
values in interface Map<Object,Boolean>public int getCount()
public boolean isEmpty()
isEmpty in interface Map<Object,Boolean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||