public class CmsRelationTargetListBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
| 构造器和说明 |
|---|
CmsRelationTargetListBean()
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 void add(CmsResource resource)
resource - the resource to addpublic java.util.List<CmsResource> getResources()
public boolean isChanged()