| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.atompub |
| Modifier and Type | Method and Description |
|---|---|
Control |
Entry.getControl()
Gets the app:control tag.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Entry.setControl(Control value)
Sets the app:control tag, which usually contains app:draft.
|
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,Control> |
Control.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
Control.lock() |
Control |
Control.setDraft(Draft draft)
Sets the draft tag.
|
| Constructor and Description |
|---|
Control(ElementKey<?,? extends Control> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Control(ElementKey<?,? extends Control> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.