Uses of Class
overit.geocall.ecs.Icon
Packages that use Icon
Package
Description
-
Uses of Icon in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container with parameters of type Icon -
Uses of Icon in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as IconModifier and TypeFieldDescriptionprotected IconInputDate._controlIconprotected IconMultiDecoder._editIconprotected static IconTaskMessageElement._emptyIconprotected IconColumnBoolean._falseIconprotected IconRowMessageElement._iconprotected IconTaskMessageElement._iconprotected IconInputDTZ._iconDatePickerprotected IconInputTime._iconPickerprotected IconInputDTZ._iconTimePickerprotected IconColumnIsNull._nullIconprotected IconTableOrder._ordericonHDprotected IconInputDecoder._resetprotected IconMultiDecoder._resetIconprotected IconInputDecoder._searchprotected IconColumnBoolean.nullIconMethods in overit.geocall.basic.ui.control that return IconModifier and TypeMethodDescriptionTableOrder.getOrderIconHD()Returns the Icon that defines the Svg for the TableOrderMethods in overit.geocall.basic.ui.control with parameters of type IconModifier and TypeMethodDescriptionprotected org.apache.ecs.ElementSortableGridComponents.createOptionButton(Icon icon, String tooltip, String onclick, String id) static org.apache.ecs.ElementTaskMessage.draw(EntitySet es, Window wnd, boolean ro, boolean enabled, String destination, String name, String param, Icon icon, String shortcut, String keylabel, boolean selected, String msg, int refreshTime, int refreshNumber, int refreshed) Deprecated, for removal: This API element is subject to removal in a future version.static org.apache.ecs.ElementTaskMessage.draw(EntitySet es, Window wnd, boolean ro, boolean enabled, String destination, String name, String param, Icon icon, String shortcut, String keylabel, boolean selected, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex) Deprecated, for removal: This API element is subject to removal in a future version.static org.apache.ecs.ElementTaskMessage.draw(EntitySet es, Window wnd, boolean ro, boolean enabled, String destination, String name, String param, Icon icon, String shortcut, String keylabel, boolean selected, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode) static org.apache.ecs.ElementTaskMessage.draw(EntitySet es, Window wnd, boolean ro, boolean enabled, String destination, String name, String param, Icon icon, String shortcut, String keylabel, boolean selected, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode, boolean hasActiveModule, String moduleTooltip) Draw anElementwith its drawing logicstatic org.apache.ecs.ElementTaskMessage.draw(EntitySet es, Window wnd, boolean ro, boolean enabled, String destination, String name, String param, Icon icon, String shortcut, String keylabel, boolean selected, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode, boolean hasActiveModule, String moduleTooltip, boolean hasSelectedLeafChild) Draw anElementwith its drawing logicvoidRowMessageElement.set(Icon icon, String menu, String label, boolean disabled, boolean ro, String name, String destination, String param, String msg, String prompt, String anchor) Sets the parameters used to defines the specific RowMessageElementvoidTaskMessageElement.set(Icon icon, String label, String shortcut, boolean selected, boolean disabled, boolean ro, String destination, String name, String param, String msg, int refreshTime, int refreshNumber, int refreshed) Deprecated, for removal: This API element is subject to removal in a future version.voidTaskMessageElement.set(Icon icon, String label, String shortcut, boolean selected, boolean disabled, boolean ro, String destination, String name, String param, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex) Deprecated, for removal: This API element is subject to removal in a future version.voidTaskMessageElement.set(Icon icon, String label, String shortcut, boolean selected, boolean disabled, boolean ro, String destination, String name, String param, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode) voidTaskMessageElement.set(Icon icon, String label, String shortcut, boolean selected, boolean disabled, boolean ro, String destination, String name, String param, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode, boolean hasActiveModule, String moduleTooltip) Sets the parameters used to defines the specific TaskMessageElementvoidTaskMessageElement.set(Icon icon, String label, String shortcut, boolean selected, boolean disabled, boolean ro, String destination, String name, String param, String msg, int refreshTime, int refreshNumber, int refreshed, boolean accessibleMode, int tabindex, String tooltip, boolean isParentNode, boolean hasActiveModule, String moduleTooltip, boolean hasSelectedLeafChild) Sets the parameters used to defines the specific TaskMessageElement -
Uses of Icon in overit.geocall.ecs
Subclasses of Icon in overit.geocall.ecsModifier and TypeClassDescriptionclassThis class defines an high definition Icon A legacy icon mode can be forced via property.Methods in overit.geocall.ecs that return IconModifier and TypeMethodDescriptionIcon.getCopy()Returns a copy of the IconIcon.setOnClick(String onclick) Sets the name of the event that is called on click -
Uses of Icon in overit.geocall.ui
Fields in overit.geocall.ui declared as IconModifier and TypeFieldDescriptionprotected IconAlert.Button._iconprotected IconMenu.Item._iconprotected IconTooltip.Button._iconMethods in overit.geocall.ui that return IconModifier and TypeMethodDescriptionComponent.getIcon()Returns theIconHDassociated to the componentMethods in overit.geocall.ui with parameters of type IconModifier and TypeMethodDescriptionprotected org.apache.ecs.ElementMenu.getCheckOrIconDiv(Boolean checked, Icon icon, Boolean ro) protected org.apache.ecs.ElementMenu.getIconDiv(Icon icon, Boolean ro) protected voidAlert.setAltAttribute(Icon icon, int type)
TaskMessage.draw(overit.geocall.ui.EntitySet, overit.geocall.basic.ui.Window, boolean, boolean, java.lang.String, java.lang.String, java.lang.String, overit.geocall.ecs.Icon, java.lang.String, java.lang.String, boolean, java.lang.String, int, int, int, boolean, int)instead.