# Print output for @column tags ?>
public
final
class
StatelessTemplate
extends ControlTemplate
java.lang.Object | ||
↳ | android.service.controls.templates.ControlTemplate | |
↳ | android.service.controls.templates.StatelessTemplate |
A template for a Control
which has no state.
See also:
Inherited constants |
---|
Public constructors | |
---|---|
StatelessTemplate(String templateId)
Construct a new |
Public methods | |
---|---|
int
|
getTemplateType()
The |
Inherited methods | |
---|---|
public StatelessTemplate (String templateId)
Construct a new StatelessTemplate
Parameters | |
---|---|
templateId |
String : the identifier for this template
This value cannot be null . |
public int getTemplateType ()
The TemplateType
associated with this class.
Returns | |
---|---|
int |
ControlTemplate#TYPE_STATELESS |