Class IconViewElement
java.lang.Object
com.foreach.across.modules.web.ui.ViewElementSupport
com.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
com.foreach.across.modules.bootstrapui.elements.IconViewElement
- All Implemented Interfaces:
com.foreach.across.modules.web.ui.elements.HtmlViewElement
,com.foreach.across.modules.web.ui.MutableViewElement
,com.foreach.across.modules.web.ui.ViewElement
- Direct Known Subclasses:
FaIcon
@Deprecated
public abstract class IconViewElement
extends com.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
Deprecated.
Represents a simple icon element that does not support child elements.
- Author:
- Arne Vandamme
- See Also:
-
GlyphIcon
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.elements.HtmlViewElement
com.foreach.across.modules.web.ui.elements.HtmlViewElement.Functions
Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.MutableViewElement
com.foreach.across.modules.web.ui.MutableViewElement.Functions
Nested classes/interfaces inherited from interface com.foreach.across.modules.web.ui.ViewElement
com.foreach.across.modules.web.ui.ViewElement.Wither<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherGetter<T extends com.foreach.across.modules.web.ui.ViewElement,
U extends Object>, com.foreach.across.modules.web.ui.ViewElement.WitherRemover<T extends com.foreach.across.modules.web.ui.ViewElement>, com.foreach.across.modules.web.ui.ViewElement.WitherSetter<T extends com.foreach.across.modules.web.ui.ViewElement> -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAttributes
(Map<String, Object> attributes) Deprecated.addCssClass
(String... cssClass) Deprecated.Deprecated.Deprecated.removeAttribute
(String attributeName) Deprecated.removeCssClass
(String... cssClass) Deprecated.setAttribute
(String attributeName, Object attributeValue) Deprecated.setAttributes
(Map<String, Object> attributes) Deprecated.setCustomTemplate
(String customTemplate) Deprecated.protected IconViewElement
setElementType
(String elementType) Deprecated.Deprecated.protected IconViewElement
setIconCss
(String iconCss) Deprecated.Deprecated.setTagName
(String tagName) Deprecated.Methods inherited from class com.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
get, getAttribute, getAttribute, getAttributes, getHtmlId, hasAttribute, hasCssClass, remove, returnIfType, set
Methods inherited from class com.foreach.across.modules.web.ui.ViewElementSupport
getCustomTemplate, getElementType, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.foreach.across.modules.web.ui.ViewElement
getCustomTemplate, getElementType, getName, matches
-
Field Details
-
ELEMENT_TYPE
Deprecated.- See Also:
-
-
Constructor Details
-
IconViewElement
public IconViewElement()Deprecated.
-
-
Method Details
-
getTagName
Deprecated.- Specified by:
getTagName
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
getTagName
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setTagName
Deprecated.- Overrides:
setTagName
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
getIconCss
Deprecated. -
setIconCss
Deprecated. -
addCssClass
Deprecated.- Specified by:
addCssClass
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
addCssClass
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
removeCssClass
Deprecated.- Specified by:
removeCssClass
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
removeCssClass
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setAttributes
Deprecated.- Specified by:
setAttributes
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
setAttributes
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setAttribute
Deprecated.- Specified by:
setAttribute
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
setAttribute
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
addAttributes
Deprecated.- Specified by:
addAttributes
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
addAttributes
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
removeAttribute
Deprecated.- Specified by:
removeAttribute
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
removeAttribute
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setHtmlId
Deprecated.- Specified by:
setHtmlId
in interfacecom.foreach.across.modules.web.ui.elements.HtmlViewElement
- Overrides:
setHtmlId
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setName
Deprecated.- Specified by:
setName
in interfacecom.foreach.across.modules.web.ui.MutableViewElement
- Overrides:
setName
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setCustomTemplate
Deprecated.- Specified by:
setCustomTemplate
in interfacecom.foreach.across.modules.web.ui.MutableViewElement
- Overrides:
setCustomTemplate
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-
setElementType
Deprecated.- Overrides:
setElementType
in classcom.foreach.across.modules.web.ui.elements.AbstractVoidNodeViewElement
-