public class Template extends java.lang.Object implements java.io.Serializable, Adaptable
Templates can be applied to multiple widgets within the same UI session.
RWT.ROW_TEMPLATE
,
Serialized FormConstructor and Description |
---|
Template()
Constructs an empty template.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
getAdapter(java.lang.Class<T> adapter)
IMPORTANT: This method is not part of the RWT public API.
|
java.util.List<Cell<?>> |
getCells()
Returns the list of cells included in this template.
|
public java.util.List<Cell<?>> getCells()
null
public <T> T getAdapter(java.lang.Class<T> adapter)
getAdapter
in interface Adaptable
adapter
- the lookup classnull
if
there is no adapter associated with the given class.
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0