Uses of Interface
org.apache.juneau.html.HtmlWidget
Packages that use HtmlWidget
- 
Uses of HtmlWidget in org.apache.juneau.htmlMethods in org.apache.juneau.html that return types with arguments of type HtmlWidgetModifier and TypeMethodDescriptionList<Class<? extends HtmlWidget>>HtmlDocSerializer.Builder.widgets()Returns the list of page widgets.Methods in org.apache.juneau.html with parameters of type HtmlWidgetModifier and TypeMethodDescriptionHtmlWidgetMap.append(HtmlWidget... w) Adds the specified widgets to this map.Method parameters in org.apache.juneau.html with type arguments of type HtmlWidgetModifier and TypeMethodDescriptionprotected final HtmlDocSerializerHtmlDocSerializer.forEachWidget(Consumer<HtmlWidget> action) Performs an action on all widgets defined on this serializer.protected final HtmlDocSerializerSessionHtmlDocSerializerSession.forEachWidget(Consumer<HtmlWidget> action) Performs an action on all widgets defined in his session.
- 
Uses of HtmlWidget in org.apache.juneau.rest.widgetClasses in org.apache.juneau.rest.widget that implement HtmlWidgetModifier and TypeClassDescriptionclassWidget that returns back a list of hyperlinks for rendering the contents of a page in a variety of content types.classA subclass of widgets for rendering menu items with drop-down windows.classWidget that places a powered-by-Apache message on the page.classWidget that places a powered-by-Juneau message on the page.classWidget that returns a menu-item drop-down form for entering search/view/sort arguments.classWidget that returns back a list of hyperlinks for rendering the contents of a page in the various default styles.classDefines an interface for resolvers of"$W{...}"