Class HTMLComponent
- All Implemented Interfaces:
Animation, Editable, ActionListener, StyleListener, IOCallback, Iterable<Component>
-
Field Summary
Fields inherited from class Component
BASELINE, BOTTOM, BRB_CENTER_OFFSET, BRB_CONSTANT_ASCENT, BRB_CONSTANT_DESCENT, BRB_OTHER, CENTER, CROSSHAIR_CURSOR, DEFAULT_CURSOR, DRAG_REGION_IMMEDIATELY_DRAG_X, DRAG_REGION_IMMEDIATELY_DRAG_XY, DRAG_REGION_IMMEDIATELY_DRAG_Y, DRAG_REGION_LIKELY_DRAG_X, DRAG_REGION_LIKELY_DRAG_XY, DRAG_REGION_LIKELY_DRAG_Y, DRAG_REGION_NOT_DRAGGABLE, DRAG_REGION_POSSIBLE_DRAG_X, DRAG_REGION_POSSIBLE_DRAG_XY, DRAG_REGION_POSSIBLE_DRAG_Y, E_RESIZE_CURSOR, HAND_CURSOR, LEFT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NW_RESIZE_CURSOR, RIGHT, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, TOP, W_RESIZE_CURSOR, WAIT_CURSOR -
Constructor Summary
ConstructorsConstructorDescriptionConstructs HTMLComponentHTMLComponent(DocumentRequestHandler handler) Constructs HTMLComponent -
Method Summary
Modifier and TypeMethodDescriptionvoid{Invoked when an action occurred on a componentvoidaddCharEntitiesRange(String[] symbols, int startcode) Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc.voidaddCharEntity(String symbol, int code) Adds the given symbol and code to the user defined char entities table.static voidSets the given Codename One font for use with HTMLComponents.static voidaddSpecialKey(String specialKeyName, int specialKeyCode) Adds support for a special key to be used as an accesskey.booleananimate()Allows the animation to reduce "repaint" calls when it returns false.voidcancel()Cancels the loading of the current pageprotected voidIf the component is taken off for any reason, makes sure access keys are not activeReturns the DocumentInfo that currently represents the document loaded/showngetDOM()Returns the DOM representing this documentReturns the HTMLCallback that is set on this HTMLComponentintReturns the page statusReturns the page's URLString[]A component may expose mutable property names for a UI designer to manipulate, this API is designed for usage internally by the GUI builder codeClass[]Matches the property names method (see that method for further details).getPropertyValue(String name) Returns the current value of the property name, this method is used by the GUI builderReturns the document request handlergetTitle()Returns the HTML page's title as described in its TITLE tagprotected voidOverrides initComponent to add the key listeners to the access keys when the component is first added to the form/displayed This is useful when the component is added only after the page was readbooleanReturns the current status of the events enabled flagbooleanReturns
void{Performs the layout of the container if a layout is necessaryvoidRefreshes the current DOM so it any changes done after loading will be rendered.voidscrollPages(int pages, boolean animate) Scrolls the HTMLComponent several pages forward/backward.voidscrollPixels(int pixels, boolean animate) Scrolls the HTMLComponent several pixels forward/backward.voidscrollToElement(HTMLElement element, boolean animate) Scrolls the HTMLComponent to the specified elementvoidsetAutoFocusOnFirstLink(boolean autoFocus) Determines whether to auto-focus on the first link after page load Note that focusing will happen only if the link is within a visible range (no scrolling is performed since this is rarely a wanted behaviour in this case)voidsetBodyText(String htmlText) Sets the given string containing HTML code as this HTMLComponent's bodybooleansetBodyText(String htmlText, String encoding) Sets the given string containing HTML code as this HTMLComponent's body.static voidsetCSSSupportedMediaTypes(String[] supportedMediaTypes) Sets the supported CSS media types to the given strings.voidsetDefaultFont(String fontKey, Font font) Sets the default font for this HTMLComponentvoidsetDOM(HTMLElement dom) Sets this HTMLComponent to render the document in the specified DOM.voidsetDOM(HTMLElement dom, String baseURL) Sets this HTMLComponent to render the document in the specified DOMvoidsetEventsEnabled(boolean enabled) Sets whether the active controls in the HTML will trigger events, and whether the DOM will change dynamically due to user input.booleanSets the given string containing HTML code either as this HTMLComponent's body or as the full HTML.voidsetHTMLCallback(HTMLCallback callback) Sets an HTMLCallback to listen to this HTMLCOmponentvoidsetIgnoreCSS(boolean ignore) Sets whether this HTMLComponent will ignore all CSS.directives.static voidsetMaxThreads(int threadsNum) Sets the maximum number of threads to use for image downloadvoidSets this HTMLComponent to render the document in the specified URLvoidsetPageStyle(Style pageStyle) Sets the style of the page, allowing for example to set transparency to the main page.voidsetPageUIID(String pageUIID) Sets the UIID of the page (the internal container) This applies not only to the current page, but rather to all pages created with this HTMLComponent instance.voidsetParser(HTMLParser parser) Sets a custom HTMLParser for this HTMLComponent By default, a new HTMLParser instance is created for each HTMLComponent, use this method if you have a custom parser.setPropertyValue(String name, Object value) Sets a new value to the given property, returns an error message if failed and null if successful.voidsetRequestHandler(DocumentRequestHandler handler) Changes the document request handlervoidsetShowImages(boolean show) Sets whether this HTMLComponent will download and show linked images or notvoidsetSupressExceptions(boolean supressExceptions) Parameters
voidstreamReady(InputStream is, DocumentInfo docInfo) This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a documentMethods inherited from class Container
add, add, add, add, add, add, addAll, addComponent, addComponent, addComponent, addComponent, animateHierarchy, animateHierarchyAndWait, animateHierarchyFade, animateHierarchyFadeAndWait, animateLayout, animateLayoutAndWait, animateLayoutFade, animateLayoutFadeAndWait, animateUnlayout, animateUnlayoutAndWait, applyRTL, calcPreferredSize, cancelRepaints, clearClientProperties, constrainHeightWhenScrollable, constrainWidthWhenScrollable, contains, createAnimateHierarchy, createAnimateHierarchyFade, createAnimateLayout, createAnimateLayoutFade, createAnimateLayoutFadeAndWait, createAnimateMotion, createAnimateUnlayout, createReplaceTransition, dragInitiated, drop, encloseIn, encloseIn, findDropTargetAt, findFirstFocusable, fireClicked, flushReplace, forceRevalidate, getBottomGap, getChildrenAsList, getClosestComponentTo, getComponentAt, getComponentAt, getComponentCount, getComponentIndex, getGridPosX, getGridPosY, getLayout, getLayoutHeight, getLayoutWidth, getLeadComponent, getLeadParent, getResponderAt, getSafeAreaRoot, getScrollIncrement, getSideGap, getUIManager, initLaf, invalidate, isEnabled, isSafeArea, isSafeAreaRoot, isScrollableX, isScrollableY, isSelectableInteraction, isSurface, iterator, iterator, keyPressed, keyReleased, morph, morphAndWait, paint, paintComponentBackground, paintGlass, paramString, pointerPressed, refreshTheme, removeAll, removeComponent, replace, replace, replaceAndWait, replaceAndWait, replaceAndWait, revalidate, revalidateLater, revalidateWithAnimationSafety, scrollComponentToVisible, setCellRenderer, setEnabled, setLayout, setLeadComponent, setSafeArea, setSafeAreaRoot, setScrollable, setScrollableX, setScrollableY, setScrollIncrement, setShouldCalcPreferredSize, setShouldLayout, setUIManager, updateTabIndicesMethods inherited from class Component
addDragFinishedListener, addDragOverListener, addDropListener, addFocusListener, addLongPressListener, addPointerDraggedListener, addPointerPressedListener, addPointerReleasedListener, addPullToRefresh, addScrollListener, addStateChangeListener, announceForAccessibility, bindProperty, blocksSideSwipe, calcScrollSize, contains, containsOrOwns, createStyleAnimation, deinitializeCustomStyle, dragEnter, dragExit, dragFinished, draggingOver, drawDraggedImage, focusGained, focusLost, getAbsoluteX, getAbsoluteY, getAccessibilityText, getAllStyles, getAnimationManager, getBaseline, getBaselineResizeBehavior, getBindablePropertyNames, getBindablePropertyTypes, getBorder, getBoundPropertyValue, getBounds, getBounds, getClientProperty, getCloudBoundProperty, getCloudDestinationProperty, getComponentForm, getComponentState, getCursor, getDefaultDragTransparency, getDirtyRegion, getDisabledStyle, getDraggedx, getDraggedy, getDragImage, getDragRegionStatus, getDragSpeed, getDragTransparency, getEditingDelegate, getHeight, getInlineAllStyles, getInlineDisabledStyles, getInlinePressedStyles, getInlineSelectedStyles, getInlineStylesTheme, getInlineUnselectedStyles, getInnerHeight, getInnerPreferredH, getInnerPreferredW, getInnerWidth, getInnerX, getInnerY, getLabelForComponent, getName, getNativeOverlay, getNextFocusDown, getNextFocusLeft, getNextFocusRight, getNextFocusUp, getOuterHeight, getOuterPreferredH, getOuterPreferredW, getOuterWidth, getOuterX, getOuterY, getOwner, getParent, getPreferredH, getPreferredSize, getPreferredSizeStr, getPreferredTabIndex, getPreferredW, getPressedStyle, getPropertyTypeNames, getSameHeight, getSameWidth, getScrollable, getScrollAnimationSpeed, getScrollDimension, getScrollOpacity, getScrollOpacityChangeSpeed, getScrollX, getScrollY, getSelectCommandText, getSelectedRect, getSelectedStyle, getStyle, getTabIndex, getTensileLength, getTextSelectionSupport, getTooltip, getUIID, getUnselectedStyle, getVisibleBounds, getVisibleBounds, getWidth, getX, getY, growShrink, handlesInput, hasFixedPreferredSize, hasFocus, hideNativeOverlay, initCustomStyle, initDisabledStyle, initPressedStyle, initSelectedStyle, initUnselectedStyle, installDefaultPainter, isAlwaysTensile, isBlockLead, isCellRenderer, isChildOf, isDragActivated, isDragAndDropOperation, isDraggable, isDragRegion, isDropTarget, isEditable, isEditing, isFlatten, isFocusable, isGrabsPointerEvents, isHidden, isHidden, isHideInLandscape, isHideInPortrait, isIgnorePointerEvents, isInClippingRegion, isInitialized, isOpaque, isOwnedBy, isPinchBlocksDragAndDrop, isRippleEffect, isRTL, isScrollable, isScrollVisible, isSetCursorSupported, isSmoothScrolling, isSnapToGrid, isStickyDrag, isTactileTouch, isTactileTouch, isTensileDragEnabled, isTraversable, isVisible, keyRepeated, laidOut, longKeyPress, longPointerPress, onScrollX, onScrollY, onSetFocusable, paintBackground, paintBackgrounds, paintBorder, paintBorderBackground, paintComponent, paintComponent, paintIntersectingComponentsAbove, paintLock, paintLockRelease, paintRippleOverlay, paintScrollbars, paintScrollbarX, paintScrollbarY, paintShadows, parsePreferredSize, pinch, pinch, pinchReleased, pointerDragged, pointerDragged, pointerHover, pointerHoverPressed, pointerHoverReleased, pointerPressed, pointerReleased, pointerReleased, putClientProperty, refreshTheme, refreshTheme, remove, removeDragFinishedListener, removeDragOverListener, removeDropListener, removeFocusListener, removeLongPressListener, removePointerDraggedListener, removePointerPressedListener, removePointerReleasedListener, removeScrollListener, removeStateChangeListener, repaint, repaint, requestFocus, resetFocusable, respondsToPointerEvents, scrollRectToVisible, scrollRectToVisible, setAccessibilityText, setAlwaysTensile, setBlockLead, setBoundPropertyValue, setCloudBoundProperty, setCloudDestinationProperty, setComponentState, setCursor, setDefaultDragTransparency, setDirtyRegion, setDisabledStyle, setDraggable, setDragTransparency, setDropTarget, setEditingDelegate, setFlatten, setFocus, setFocusable, setGrabsPointerEvents, setHandlesInput, setHeight, setHidden, setHidden, setHideInLandscape, setHideInPortrait, setIgnorePointerEvents, setInitialized, setInlineAllStyles, setInlineDisabledStyles, setInlinePressedStyles, setInlineSelectedStyles, setInlineStylesTheme, setInlineUnselectedStyles, setIsScrollVisible, setLabelForComponent, setName, setNextFocusDown, setNextFocusLeft, setNextFocusRight, setNextFocusUp, setOpaque, setOwner, setPinchBlocksDragAndDrop, setPreferredH, setPreferredSize, setPreferredSizeStr, setPreferredTabIndex, setPreferredW, setPressedStyle, setRippleEffect, setRTL, setSameHeight, setSameSize, setSameWidth, setScrollAnimationSpeed, setScrollOpacityChangeSpeed, setScrollSize, setScrollVisible, setScrollX, setScrollY, setSelectCommandText, setSelectedStyle, setSize, setSmoothScrolling, setSnapToGrid, setTabIndex, setTactileTouch, setTensileDragEnabled, setTensileLength, setTooltip, setTraversable, setUIID, setUIID, setUIIDFinal, setUnselectedStyle, setVisible, setWidth, setX, setY, shouldBlockSideSwipe, shouldBlockSideSwipeLeft, shouldBlockSideSwipeRight, shouldRenderComponentSelection, showNativeOverlay, startEditingAsync, stopEditing, stripMarginAndPadding, styleChanged, toImage, toString, unbindProperty, updateNativeOverlay, visibleBoundsContainsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
HTMLComponent
public HTMLComponent()Constructs HTMLComponent -
HTMLComponent
Constructs HTMLComponent
Parameters
handler: The HttpRequestHandler to which all requests for links will be sent
-
-
Method Details
-
addFont
Sets the given Codename One font for use with HTMLComponents.
The font key can contain information about the following attributes:
- The font family - i.e. Arial, Times New Roman etc.
- The font size - in pixels (i.e. 12, 14 etc.)
- The font style - bold, italic or both (no need to specify plain)
- The font tag assignments - if this font should be used for any HTML specific tags they should be specified - i.e. h1, kbd etc.
The key is just a concatenation of all attributes seperated with a dot. Examples for valid keys: arial.12 - Describes a plain font from the arial family in size 12 arial.16.bold - A bold arial font in size 16 courier.italic.bold.20 - A bold and italic courier font in size 20 arial.20.h1 - A plain arial font, size 20, that should be used for contents of the H1 tag code.kbd.samp - A font that should be used for the CODE, KBD and SAMP tags
Note that the order of the attributes is not important and also that the case is ignored. This means that arial.12.bold.italic.h3 is equivalent to itALIc.H3.arial.BOLD.12
Also note that while you do not have to provide all the info for the font, but the info helps the rendering engine to reuse fonts when suitable. For example, if you have a 16px arial bold font which you want to use for H2, you can simply add it as "h2", but if you add it as "arial.16.bold.h2" then if the current font is arial.16 and the renderer encounters a B tag, it will know it can use the font you added as the bold counterpart of the current font.
When adding system fonts there is no need to describe the font, the usage of setFont with system fonts is usually just to assign them for tags. The rendering engine knows to derive bold/italic/bigger/smaller fonts from other system fonts (default or tag fonts) even if not added.
Parameters
-
fontKey: The font key in the format described above -
font: The actual Codename One font object
-
addSpecialKey
Adds support for a special key to be used as an accesskey. The CSS property -wap-accesskey supports special keys, for example "phone-send" that may have different key codes per device. This method allows pairing between such keys to their respective key codes. Note that these keys are valid only for -wap-aceesskey in CSS files, and not for the XHTML accesskey attribute.
Parameters
-
specialKeyName: The name of the special key as denoted in CSS files -
specialKeyCode: The special key code
-
-
setMaxThreads
public static void setMaxThreads(int threadsNum) Sets the maximum number of threads to use for image download
Parameters
threadsNum: the maximum number of threads to use for image download
-
setCSSSupportedMediaTypes
Sets the supported CSS media types to the given strings. Usually the default media types ("all","handheld") should be suitable, but in case this runs on a device that matches another profile, the developer can specify it here.
Parameters
supportedMediaTypes: A string array containing the media types that should be supported
-
setParser
Sets a custom HTMLParser for this HTMLComponent By default, a new HTMLParser instance is created for each HTMLComponent, use this method if you have a custom parser.
Parameters
parser: The HTMLParser to use
-
addCharEntity
Adds the given symbol and code to the user defined char entities table. Symbols do not need to include leading & and trailing ; - these will be trimmed if given as the symbol
Parameters
-
symbol: The symbol to add -
code: The symbol's code
-
-
addCharEntitiesRange
Adds the given symbols array to the user defined char entities table with the startcode provided as the code of the first string, startcode+1 for the second etc. Some strings in the symbols array may be null thus skipping code numbers.
Parameters
-
symbols: The symbols to add -
startcode: The symbol's code
-
-
getRequestHandler
Returns the document request handler
Returns
the document request handler
-
setRequestHandler
Changes the document request handler
Parameters
handler: the new document request handler
-
getDocumentInfo
Returns the DocumentInfo that currently represents the document loaded/shown
Returns
the DocumentInfo that currently represents the document loaded/shown
-
getHTMLCallback
Returns the HTMLCallback that is set on this HTMLComponent
Returns
the HTMLCallback that is set on this HTMLComponent or null if none
-
setHTMLCallback
Sets an HTMLCallback to listen to this HTMLCOmponent
Parameters
callback: The HTMLCallback that will receive events
-
setDefaultFont
Sets the default font for this HTMLComponent
Parameters
-
fontKey: The font key in the format described in setFont (Can be null for default font, but it is recommended to add a descriptive key if this is a bitmap font to enable the font engine to use it in other cases as well) -
font: The actual Codename One font object
-
-
setShowImages
public void setShowImages(boolean show) Sets whether this HTMLComponent will download and show linked images or not
Parameters
show: true to show images, false otherwise
-
setIgnoreCSS
public void setIgnoreCSS(boolean ignore) Sets whether this HTMLComponent will ignore all CSS.directives. This includes external CSS files (which won't be downloaded), embedded CSS segmentsand style tags and attributes. By default this is false.
Parameters
ignore: true to ignore CSS directives, false otherwise
-
scrollPixels
public void scrollPixels(int pixels, boolean animate) Scrolls the HTMLComponent several pixels forward/backward.
Parameters
-
pixels: The number of pixels to scroll (positive for forward and negative for backward) -
animate: true to animate the scrolling, false otherwise
-
-
scrollPages
public void scrollPages(int pages, boolean animate) Scrolls the HTMLComponent several pages forward/backward. TO scroll to the start or end of the document, one can provide a very big number.
Parameters
-
pages: The number of pages to scroll (positive for forward and negative for backward) -
animate: true to animate the scrolling, false otherwise
-
-
scrollToElement
Scrolls the HTMLComponent to the specified element
Parameters
-
element: The element to scroll to (must be contained in the document) -
animate: true to animate the scrolling, false otherwise
Throws
IllegalArgumentException: if the element is not contained in the current document.
-
-
setBodyText
Sets the given string containing HTML code as this HTMLComponent's body
Parameters
htmlText: The HTML body to set
-
setBodyText
Sets the given string containing HTML code as this HTMLComponent's body. The string is read using the specified encoding. If the encoding is not supported it will be read without encoding
Parameters
-
htmlText: The HTML body to set -
encoding: The encoding to use when reading the HTML i.e. UTF8, ISO-8859-1 etc.
Returns
true if the encoding succeeded, false otherwise
-
-
setHTML
Sets the given string containing HTML code either as this HTMLComponent's body or as the full HTML. The string is read using the specified encoding. If the encoding is not supported it will be read without encoding
Parameters
-
htmlText: The HTML to set -
encoding: The encoding to use when reading the HTML i.e. UTF8, ISO-8859-1 etc. -
title: The HTML title, or null if none (Used only when isFullHTML is false) -
isFullHTML: true if this is a full HTML document (with html/body tags), false if this HTML should be used as the HTMLComponent's body
Returns
true if the encoding succeeded, false otherwise
-
-
cancel
public void cancel()Cancels the loading of the current page -
setPage
Sets this HTMLComponent to render the document in the specified URL
Parameters
pageURL: The URL containing the HTML document
-
setPageStyle
Sets the style of the page, allowing for example to set transparency to the main page. This applies not only to the current page, but rather to all pages created with this HTMLComponent instance. If both a UIID and a pageStyle were set, the style overrides the UIID.
Parameters
pageStyle: The style to set to the page
-
setPageUIID
Sets the UIID of the page (the internal container) This applies not only to the current page, but rather to all pages created with this HTMLComponent instance. If both a UIID and a pageStyle were set, the style overrides the UIID.
Parameters
pageUIID: The UIID that should be applied to the page
-
streamReady
This method should be called only by AsyncDocumentRequestHandler implementations after an async fetch of a document
Parameters
-
is: The InputStream of the document -
docInfo: The document info
- Specified by:
streamReadyin interfaceIOCallback
-
-
setDOM
Sets this HTMLComponent to render the document in the specified DOM
Parameters
-
dom: An HTMLElement representing the root of the HTML document -
baseURL: The base URL for this DOM (Necessary if document references relative links)
Throws
IllegalArgumentException: if the HTMLElement supplied is not an 'html' tag
-
-
getDOM
Returns the DOM representing this document
Returns
An HTMLElement representing the entire current HTML document
Throws
IllegalStateException: if the page is still loading
-
setDOM
Sets this HTMLComponent to render the document in the specified DOM. Note that relative links if any will be disabled. To allow relative links with DOM use setDOM(HTMLElement dom,String baseURL)
Parameters
dom: An HTMLElement representing the root of the HTML document
Throws
IllegalArgumentException: if the HTMLElement supplied is not an 'html' tag
-
refreshDOM
public void refreshDOM()Refreshes the current DOM so it any changes done after loading will be rendered. -
isEventsEnabled
public boolean isEventsEnabled()Returns the current status of the events enabled flag
Returns
true if events are enabled, false if not
-
setEventsEnabled
public void setEventsEnabled(boolean enabled) Sets whether the active controls in the HTML will trigger events, and whether the DOM will change dynamically due to user input. If so the events are dispatched via HTMLCallback methods actionPerformed, focusGained/Lost, selectionChanged and dataChanged The default is false in order not to add more overhead if these are not needed.
Parameters
enabled: true to enable event dispatching, false otherwise
-
setAutoFocusOnFirstLink
public void setAutoFocusOnFirstLink(boolean autoFocus) Determines whether to auto-focus on the first link after page load Note that focusing will happen only if the link is within a visible range (no scrolling is performed since this is rarely a wanted behaviour in this case)
Parameters
autoFocus: true to auto-focus, false otherwise
-
animate
public boolean animate()Description copied from class:ComponentAllows the animation to reduce "repaint" calls when it returns false. It is called once for every frame. Frames are defined by the
com.codename1.ui.Displayclass.Returns
true if a repaint is desired or false if no repaint is necessary
-
getTitle
Returns the HTML page's title as described in its TITLE tag
Returns
the HTML page's title as described in its TITLE tag
-
getPageURL
Returns the page's URL
Returns
the current page's URL
-
getPageStatus
public int getPageStatus()Returns the page status
Returns
the page status (One of the STATUS_* constants in HTMLCallback)
-
initComponent
protected void initComponent()Overrides initComponent to add the key listeners to the access keys when the component is first added to the form/displayed This is useful when the component is added only after the page was read- Overrides:
initComponentin classComponent
-
deinitialize
protected void deinitialize()If the component is taken off for any reason, makes sure access keys are not active- Overrides:
deinitializein classComponent
-
layoutContainer
public void layoutContainer(){Performs the layout of the container if a layout is necessary}- Overrides:
layoutContainerin classContainer
-
actionPerformed
{
Invoked when an action occurred on a component
Parameters
evt: @param evt event object describing the source of the action as well as its trigger
- Specified by:
actionPerformedin interfaceActionListener
-
getPropertyNames
A component may expose mutable property names for a UI designer to manipulate, this API is designed for usage internally by the GUI builder code
Returns
the property names allowing mutation
- Overrides:
getPropertyNamesin classComponent
-
getPropertyTypes
Matches the property names method (see that method for further details).
Returns
the types of the properties
- Overrides:
getPropertyTypesin classComponent
-
getPropertyValue
Returns the current value of the property name, this method is used by the GUI builder
Parameters
name: the name of the property
Returns
the value of said property
- Overrides:
getPropertyValuein classComponent
-
setPropertyValue
Sets a new value to the given property, returns an error message if failed and null if successful. Notice that some builtin properties such as "$designMode" might be sent to components to indicate application state.
Parameters
-
name: the name of the property -
value: new value for the property
Returns
error message or null
- Overrides:
setPropertyValuein classComponent
-
-
isSupressExceptions
public boolean isSupressExceptions()Returns
the supressExceptions
-
setSupressExceptions
public void setSupressExceptions(boolean supressExceptions) Parameters
supressExceptions: the supressExceptions to set
-