public class GWTExtendedAttributes extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description | 
|---|
| GWTExtendedAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCategories() | 
| boolean | isKeywords() | 
| boolean | isNotes() | 
| boolean | isPropertyGroups() | 
| void | setCategories(boolean categories) | 
| void | setKeywords(boolean keywords) | 
| void | setNotes(boolean notes) | 
| void | setPropertyGroups(boolean propertyGroups) | 
public boolean isCategories()
public void setCategories(boolean categories)
public boolean isKeywords()
public void setKeywords(boolean keywords)
public boolean isPropertyGroups()
public void setPropertyGroups(boolean propertyGroups)
public boolean isNotes()
public void setNotes(boolean notes)
Copyright © 2015. All Rights Reserved.