public class CmsRelationTargetListBean extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CmsRelationTargetListBean()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(CmsResource resource)
Adds a new resource.
|
java.util.List<CmsResource> |
getResources()
Gets the list of resources which have been added.
|
boolean |
isChanged()
Returns true if any of the added resources have been changed.
|
public CmsRelationTargetListBean()
public void add(CmsResource resource)
resource - the resource to addpublic java.util.List<CmsResource> getResources()
public boolean isChanged()