Constructor and Description |
---|
DatePickerCell()
Constructs a new DatePickerCell that uses the date/time format given by
DateTimeFormat.getFullDateFormat() . |
Modifier and Type | Method and Description |
---|---|
<T extends JavaScriptObject> |
JavaScriptObject.cast()
A helper method to enable cross-casting from any
JavaScriptObject
type to any other JavaScriptObject type. |
static void |
GWT.runAsync(Class<?> name,
RunAsyncCallback callback)
The same as
GWT.runAsync(RunAsyncCallback) , except with an extra
parameter to provide a name for the call. |
Modifier and Type | Class and Description |
---|---|
static class |
TreeLogger.Type
A type-safe enum of all possible logging severity types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JAbstractMethod
Common interface for
JMethod and JConstructor . |
interface |
JClassType
Type used to represent any non-primitive type.
|
interface |
JField
Represents a field declaration.
|
interface |
JParameter
Represents a parameter in a declaration.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
DevMode.HostedModeOptionsImpl
Concrete class to implement all hosted mode options.
|
protected static class |
DevModeBase.HostedModeBaseOptionsImpl
Concrete class to implement all hosted mode base options.
|
Modifier and Type | Field and Description |
---|---|
protected DevMode.HostedModeOptions |
DevMode.options
Hiding super field because it's actually the same object, just with a stronger type.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactSet |
Link.simulateTransferThinning(ArtifactSet artifacts,
StandardLinkerContext context)
In a parallel build, artifact sets are thinned down in transit between
compilation and linking.
|
Modifier and Type | Method and Description |
---|---|
protected Schema |
ModuleDefSchema.__module_begin(com.google.gwt.dev.cfg.ModuleDefSchema.NullableName renameTo,
String type) |
void |
Rule.generateRuntimeRebindClasses(TreeLogger logger,
ModuleDef module,
GeneratorContext context)
Generate runtime rebind classes that perform the same rebinding behavior represented by the
current Rule.
|
Constructor and Description |
---|
CollectMethodData(CollectClassData.ClassType classType,
int access,
String name,
String desc,
String signature,
String[] exceptions)
Prepare to collect data for a method from bytecode.
|
Modifier and Type | Class and Description |
---|---|
class |
JVisitor
A visitor for iterating through an AST.
|
Modifier and Type | Method and Description |
---|---|
<T extends JNode> |
JModVisitor.accept(List<T> list) |
<T extends JNode> |
JModVisitor.acceptImmutable(List<T> list) |
Modifier and Type | Method and Description |
---|---|
<T extends JExpression> |
CloneExpressionVisitor.cloneExpression(T expr) |
Modifier and Type | Method and Description |
---|---|
CombinedIntegratedAnalysis.CombinedAssumption |
CombinedIntegratedAnalysis.CombinedAssumption.join(CombinedIntegratedAnalysis.CombinedAssumption value)
Joins combined assumption by joining all individual components.
|
void |
CombinedIntegratedAnalysis.setInitialGraphAssumptions(G graph,
AssumptionMap<E,CombinedIntegratedAnalysis.CombinedAssumption> assumptionMap) |
Modifier and Type | Method and Description |
---|---|
protected void |
CfgPrinter.appendEdgeInfo(StringBuilder result,
CfgEdge edge)
Template method to append arbitrary edge information.
|
protected void |
CfgPrinter.appendEdgeInfo(StringBuilder result,
CfgEdge edge)
Template method to append arbitrary edge information.
|
void |
CfgVisitor.visitNode(CfgNode<?> node) |
Modifier and Type | Method and Description |
---|---|
protected <T extends JsVisitable> |
JsConstructExpressionVisitor.doAccept(T node)
We only look at nodes that would not normally be surrounded by parentheses.
|
Modifier and Type | Class and Description |
---|---|
class |
JsVisitor
Implemented by nodes that will visit child nodes.
|
Modifier and Type | Method and Description |
---|---|
<T extends JsVisitable> |
JsVisitor.accept(T node) |
void |
JsSuperVisitor.endVisit(JsNode x,
JsContext ctx) |
boolean |
JsSuperVisitor.visit(JsNode x,
JsContext ctx) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
JsValueGlue.get(JsValue value,
CompilingClassLoader cl,
Class<T> type,
String msgPrefix)
Return an object containing the value JavaScript object as a specified
type.
|
BrowserChannel.SessionHandler.ExceptionOrReturnValue |
HtmlUnitSessionHandler.invoke(BrowserChannelClient channel,
BrowserChannel.Value thisObj,
String methodName,
BrowserChannel.Value[] args) |
<T> T |
ModuleSpace.rebindAndCreate(String requestedClassName) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jetty.server.AbstractConnector |
JettyLauncher.getConnector(TreeLogger logger) |
Modifier and Type | Method and Description |
---|---|
void |
SwingLoggerPanel.collapseAll()
Collapse all tree nodes.
|
void |
SwingLoggerPanel.expandAll()
Expand all tree nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageTransport.RequestException
An exception that is generated by the transport when it receives a failure
message from the server in response to executing a client request.
|
Modifier and Type | Method and Description |
---|---|
protected <C extends UiCallback> |
DevModeUI.getCallback(UiEvent.Type<?> eventType)
Call callback for a given event.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseableJarHandler
Opens connections to Zip files when requested and gathers them in a list for later closing.
|
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
Util.append(T[] xs,
T x) |
static <T> T[] |
Util.append(T[] appendToThis,
T[] these) |
boolean |
Pair.equals(Object obj) |
static <T> T[] |
Util.removeNulls(T[] a) |
static <T> T[] |
Util.toArray(Class<? super T> componentType,
Collection<? extends T> coll)
Creates an array from a collection of the specified component type and
size.
|
static <T> T[] |
Util.toArrayReversed(Class<? super T> componentType,
Collection<? extends T> coll)
Like
Util.toArray(Class, Collection) , but the option of having the
array reversed. |
Modifier and Type | Method and Description |
---|---|
protected void |
HashMap.doReadObject(ObjectInputStream in)
Adapted from
org.apache.commons.collections.map.AbstractHashedMap . |
protected void |
HashSet.doReadObject(ObjectInputStream in)
Adapted from
org.apache.commons.collections.map.AbstractHashedMap . |
boolean |
HashMap.equals(Object o) |
V |
HashMap.get(Object key) |
static <T> List<T> |
Lists.normalizeUnmodifiable(List<T> list) |
V |
HashMap.put(K key,
V value) |
V |
HashMap.remove(Object key) |
<T> T[] |
HashSet.toArray(T[] a) |
Modifier and Type | Method and Description |
---|---|
static HandlerMethod |
HandlerMethod.tryCreate(Method method)
Attempts to create a handler method from any method.
|
Constructor and Description |
---|
AbstractElementBuilderBase(ElementBuilderImpl delegate,
boolean isEndTagForbidden) |
Modifier and Type | Method and Description |
---|---|
CompositeEditor<T,?,?> |
AbstractEditorContext.asCompositeEditor() |
T |
RootEditorContext.checkAssignment(Object value)
Returns
value . |
void |
AbstractEditorContext.doTraverseSyntheticCompositeEditor(EditorVisitor visitor) |
void |
RootEditorContext.setInModel(T data) |
Modifier and Type | Method and Description |
---|---|
T |
FakeEditorContext.checkAssignment(Object value)
Returns
value via an unchecked generic cast. |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<HighlightHandler<V>> |
HighlightEvent.getAssociatedType() |
GwtEvent.Type<ShowRangeHandler<V>> |
ShowRangeEvent.getAssociatedType() |
GwtEvent.Type<ValueChangeHandler<T>> |
ValueChangeEvent.getAssociatedType() |
GwtEvent.Type<CloseHandler<T>> |
CloseEvent.getAssociatedType() |
GwtEvent.Type<OpenHandler<T>> |
OpenEvent.getAssociatedType() |
GwtEvent.Type<BeforeSelectionHandler<T>> |
BeforeSelectionEvent.getAssociatedType() |
GwtEvent.Type<SelectionHandler<T>> |
SelectionEvent.getAssociatedType() |
Modifier and Type | Class and Description |
---|---|
class |
LocaleInfo
Provides access to the currently-active locale and the list of available
locales.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyGeneratorAdapter
Adapter to use an old-style KeyGenerator from the new API.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
AbstractMessage.getAlternateMessages()
Get the alternate message forms from either an AlternateMessages annotation
or a PluralText annotation.
|
static KeyGenerator |
MessageUtils.getKeyGenerator(LocalizableResource.GenerateKeys keyGenAnnot) |
Modifier and Type | Method and Description |
---|---|
String |
DateTimeFormat.format(Date date,
TimeZone timeZone)
Format a date object using specified time zone.
|
Constructor and Description |
---|
Factory() |
Modifier and Type | Class and Description |
---|---|
class |
DateRecord
Implementation detail of DateTimeFormat -- not a public API and subject to
change.
|
Modifier and Type | Class and Description |
---|---|
class |
GenerateCssAst
Generates a CssStylesheet from the contents of a URL.
|
Modifier and Type | Class and Description |
---|---|
class |
CssModVisitor
A visitor that can make structural modifications to a CSS tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldReferenceConverter.IllegalFieldReferenceException
May be thrown by the
Delegate for badly formatted input. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCellTable.onBrowserEvent2(Event event) |
protected void |
CellList.onBrowserEvent2(Event event) |
protected void |
AbstractCellTable.replaceChildren(List<T> values,
int start,
SafeHtml html) |
Modifier and Type | Method and Description |
---|---|
protected static <H extends EventHandler> |
BaseListenerWrapper.baseRemove(HandlerManager manager,
Object listener,
GwtEvent.Type... types)
Deprecated.
Helper method to remove all wrapped listeners from the given event types.
|
static Element |
DOM.createButton()
Creates an HTML BUTTON element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DOMImplStandard.initEventSystem() |
protected void |
DOMImplStandard.sinkEventsImpl(Element elem,
int bits) |
Modifier and Type | Method and Description |
---|---|
static void |
Boolean_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Boolean instance) |
static void |
Byte_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Byte instance) |
static void |
Character_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Character instance) |
static void |
Double_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Double instance) |
static void |
Float_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Float instance) |
static void |
Integer_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Integer instance) |
static void |
Long_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Long instance) |
static void |
Short_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Short instance) |
static void |
StackTraceElement_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
StackTraceElement instance) |
static void |
String_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
String instance) |
static void |
Void_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Void instance) |
static Void |
Void_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static void |
Void_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Void instance) |
Modifier and Type | Method and Description |
---|---|
static void |
Date_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Date instance) |
static void |
Time_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Time instance) |
Modifier and Type | Method and Description |
---|---|
static void |
Collections.EmptyList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List instance) |
static void |
Collections.SingletonList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List instance) |
static void |
Arrays.ArrayList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List<?> instance) |
static void |
Map_CustomFieldSerializerBase.deserialize(SerializationStreamReader streamReader,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Map instance) |
static void |
Collections.EmptySet_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Set instance) |
static boolean |
LinkedHashMap_CustomFieldSerializer.getAccessOrderNoReflection(LinkedHashMap instance)
Infers the value of the private accessOrder field of instance by examining
its behavior on a set of test inputs, without using reflection.
|
static TreeSet |
TreeSet_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static TreeMap |
TreeMap_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static List |
Collections.EmptyList_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static Map |
Collections.EmptyMap_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static Set |
Collections.EmptySet_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static void |
Collections.EmptyList_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
List instance) |
static void |
Map_CustomFieldSerializerBase.serialize(SerializationStreamWriter streamWriter,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Map instance) |
static void |
Collections.EmptySet_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Set instance) |
Modifier and Type | Method and Description |
---|---|
static void |
Level_CustomFieldSerializer.deserialize(SerializationStreamReader reader,
Level instance) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ReflectionHelper.newInstance(Class<T> klass)
Creates a new instance of
klass . |
void |
RequestCallbackAdapter.onResponseReceived(Request request,
Response response) |
Modifier and Type | Class and Description |
---|---|
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the
user.
|
class |
DisclosurePanel
A widget that consists of a header and a content panel that discloses the
content when a user clicks on the header.
|
class |
FocusPanel
A simple panel that makes its contents focusable, and adds the ability to
catch mouse and keyboard events.
|
class |
FocusWidget
Abstract base class for most widgets that can receive keyboard focus.
|
class |
FormPanel
A panel that wraps its contents in an HTML <FORM> element.
|
class |
HTMLTable
|
class |
Hyperlink
A widget that serves as an "internal" hyperlink.
|
class |
Image
A widget that displays the image at a given URL.
|
class |
Label
A widget that contains arbitrary text, not interpreted as HTML.
|
class |
ListBox
A widget that presents a list of choices to the user, either as a list box or
as a drop-down list.
|
class |
MenuBar
A standard menu bar widget.
|
class |
PopupPanel
A panel that can "pop up" over other widgets.
|
class |
ScrollPanel
A simple panel that wraps its contents in a scrollable area.
|
class |
SuggestBox
A
SuggestBox is a text box or text area which displays a
pre-configured set of selections that match the user's input. |
class |
TabBar
A horizontal bar of folder-style tabs, most commonly used as part of a
TabPanel . |
class |
TabPanel
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
class |
Tree
A standard hierarchical tree widget.
|
Modifier and Type | Method and Description |
---|---|
protected static <H extends EventHandler> |
ListenerWrapper.baseRemove(Widget eventSource,
EventListener listener,
GwtEvent.Type... types)
Deprecated.
Convenience method to remove wrapped handlers from a widget.
|
void |
UIObject.DebugIdImpl.ensureDebugId(Element elem,
String baseID,
String id) |
void |
UIObject.DebugIdImpl.ensureDebugId(UIObject uiObject,
String id) |
protected int |
HTMLTable.getDOMCellCount(Element tableBody,
int row)
Directly ask the underlying DOM what the cell count on the given row is.
|
protected int |
HTMLTable.getDOMRowCount(Element tbody) |
protected Element |
HTMLTable.RowFormatter.getRow(Element tbody,
int row) |
protected boolean |
HTMLTable.internalClearCell(Element td,
boolean clearInnerHTML)
Does actual clearing, used by clearCell and cleanCell.
|
void |
Tree.onBrowserEvent(Event event) |
protected void |
CellPanel.setCellHorizontalAlignment(Element td,
HasHorizontalAlignment.HorizontalAlignmentConstant align) |
protected void |
CellPanel.setCellVerticalAlignment(Element td,
HasVerticalAlignment.VerticalAlignmentConstant align) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarModel
Model used to get calendar information for
DatePicker and its
subclasses. |
class |
DefaultCalendarView
Simple calendar view.
|
Modifier and Type | Method and Description |
---|---|
static void |
CalendarUtil.addDaysToDate(Date date,
int days)
Adds the given number of days to a date.
|
static void |
CalendarUtil.addMonthsToDate(Date date,
int months)
Adds the given number of months to a date.
|
static boolean |
CalendarUtil.isSameDate(Date date0,
Date date1)
Check if two dates represent the same date of the same year, even if they
have different times.
|
Date |
DateBox.DefaultFormat.parse(DateBox dateBox,
String dateText,
boolean reportError) |
static void |
CalendarUtil.resetTime(Date date)
Resets the date to have no time modifiers.
|
static void |
CalendarUtil.setToFirstDayOfMonth(Date date)
Sets a date object to be at the beginning of the month and no time
specified.
|
Constructor and Description |
---|
DefaultFormat()
Creates a new default format instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
Collection_ServerCustomFieldSerializerBase.deserialize(ServerSerializationStreamReader streamReader,
Collection instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
static void |
Map_ServerCustomFieldSerializerBase.deserialize(ServerSerializationStreamReader streamReader,
Map instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
Collections.SingletonList_ServerCustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
void |
Arrays.ArrayList_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
List instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> actualParameterTypes) |
void |
Collections.SingletonList_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
List instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
static TreeSet |
TreeSet_ServerCustomFieldSerializer.instantiate(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
static TreeMap |
TreeMap_ServerCustomFieldSerializer.instantiate(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<CellPreviewEvent.Handler<T>> |
CellPreviewEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
Class<E> |
Enum.getDeclaringClass() |
Constructor and Description |
---|
StringBuffer(int ignoredCapacity)
This implementation does not track capacity; using this constructor is
functionally equivalent to using the zero-argument constructor.
|
StringBuilder(int ignoredCapacity)
This implementation does not track capacity; using this constructor is
functionally equivalent to using the zero-argument constructor.
|
Modifier and Type | Field and Description |
---|---|
static List |
Collections.EMPTY_LIST |
static Map |
Collections.EMPTY_MAP |
static Set |
Collections.EMPTY_SET |
Modifier and Type | Method and Description |
---|---|
void |
EnumMap.clear() |
static <T> Iterator<T> |
Collections.emptyIterator() |
static <T> List<T> |
Collections.emptyList() |
static <T> ListIterator<T> |
Collections.emptyListIterator() |
static <K,V> Map<K,V> |
Collections.emptyMap() |
static <T> Set<T> |
Collections.emptySet() |
V |
TreeMap.remove(Object k) |
protected boolean |
LinkedHashMap.removeEldestEntry(Map.Entry<K,V> eldest) |
static <T> Comparator<T> |
Collections.reverseOrder() |
static <T> void |
Collections.sort(List<T> target,
Comparator<? super T> c) |
<T> T[] |
ArrayList.toArray(T[] out) |
Constructor and Description |
---|
PriorityQueue(PriorityQueue<? extends E> c) |
PriorityQueue(SortedSet<? extends E> c) |
TreeMap(Comparator<? super K> c) |
TreeMap(SortedMap<K,? extends V> map) |
Vector(int initialCapacity,
int ignoredCapacityIncrement)
Capacity increment is ignored.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConstraintViolationException_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
javax.validation.ConstraintViolationException instance) |
Copyright © 2018. All rights reserved.