public class BootstrapLinkButton extends com.helger.html.hc.html.AbstractHCA<BootstrapLinkButton>
| Constructor and Description |
|---|
BootstrapLinkButton() |
BootstrapLinkButton(EBootstrapButtonSize eButtonSize) |
BootstrapLinkButton(EBootstrapButtonType eButtonType) |
BootstrapLinkButton(EBootstrapButtonType eButtonType,
EBootstrapButtonSize eButtonSize) |
| Modifier and Type | Method and Description |
|---|---|
EBootstrapButtonSize |
getButtonSize() |
EBootstrapButtonType |
getButtonType() |
com.helger.webctrls.custom.IIcon |
getIcon() |
protected void |
internalBeforeConvertToNode(com.helger.html.hc.conversion.IHCConversionSettingsToNode aConversionSettings) |
BootstrapLinkButton |
setButtonSize(EBootstrapButtonSize eButtonSize) |
BootstrapLinkButton |
setButtonType(EBootstrapButtonType eButtonType) |
BootstrapLinkButton |
setIcon(com.helger.webctrls.custom.EDefaultIcon eIcon) |
BootstrapLinkButton |
setIcon(com.helger.webctrls.custom.IIcon aIcon) |
addOnClick, applyProperties, getHref, getMedia, getName, getTarget, getType, hasTarget, setHref, setHref, setMedia, setName, setOnClick, setTarget, setTargetBlank, setType, toStringaddChild, addChild, addChild, addChild, addChildren, addChildren, addChildren, addChildrenaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, afterAddChild, afterRemoveChild, beforeAddChild, canConvertToNode, directGetChildren, getAllChildren, getAllChildrenAsNodeList, getChild, getChildAtIndex, getChildCount, getChildren, getChildrenFormEmitting, getFirstChild, getLastChild, getPlainText, hasChildren, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildrenaddClass, addClasses, addClasses, addClasses, addEventHandler, addStyle, addStyle, addStyles, addStyles, addStyles, containsClass, containsCustomAttr, containsDataAttr, containsEventHandler, containsStyle, createElement, ensureID, finishAfterApplyProperties, getAccessKey, getAllClasses, getAllClassesAsString, getAllClassNames, getAllCustomAttrs, getAllDataAttrs, getAllStyles, getAllStylesAsString, getAllStyleValues, getContentEditable, getContextMenu, getCustomAttrCount, getCustomAttrValue, getDataAttrValue, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getID, getLanguage, getRole, getStyleValue, getTabIndex, getTagName, getTitle, hasAnyClass, hasAnyStyle, hasCustomAttrs, hasDataAttrs, hasID, hasStyle, internalConvertToNode, isDataAttrName, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, makeDataAttrName, prependEventHandler, removeAllClasses, removeAllEventHandler, removeAllStyles, removeClass, removeCustomAttr, removeDataAttr, removeStyle, setAccessKey, setContentEditable, setContextMenu, setCustomAttr, setCustomAttr, setCustomAttr, setDataAttr, setDataAttr, setDataAttr, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusable, setUniqueID, thisAsTapplyCustomization, beforeConvertToNode, convertToNode, getAsConditionalCommentNode, getAsHTMLString, internalAfterConvertToNode, isConvertedToNode, isCustomized, onAdded, onRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEventHandler, containsCustomAttr, containsDataAttr, containsEventHandler, ensureID, getAccessKey, getAllCustomAttrs, getAllDataAttrs, getContentEditable, getContextMenu, getCustomAttrCount, getCustomAttrValue, getDataAttrValue, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getID, getLanguage, getRole, getTabIndex, getTagName, hasCustomAttrs, hasDataAttrs, hasID, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, prependEventHandler, removeAllEventHandler, removeCustomAttr, removeDataAttr, setAccessKey, setContentEditable, setContextMenu, setCustomAttr, setCustomAttr, setCustomAttr, setDataAttr, setDataAttr, setDataAttr, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setID, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusable, setUniqueIDaddStyle, addStyle, addStyles, addStyles, addStyles, containsStyle, getAllStyles, getAllStylesAsString, getAllStyleValues, getStyleValue, hasAnyStyle, hasStyle, removeAllStyles, removeStyleaddClass, addClasses, addClasses, addClasses, containsClass, getAllClasses, getAllClassesAsString, getAllClassNames, hasAnyClass, removeAllClasses, removeClassaddAndReturnChild, addAndReturnChild, addChild, addChild, addChildren, addChildren, addChildren, getAllChildrenAsNodeList, recursiveContainsChildWithTagName, removeAllChildren, removeChild, removeChild, sortAllChildrenapplyCustomization, beforeConvertToNode, canConvertToNode, convertToNode, getAsConditionalCommentNode, getAsHTMLString, isConvertedToNode, isCustomized, onAdded, onRemovedpublic BootstrapLinkButton()
public BootstrapLinkButton(@Nonnull EBootstrapButtonType eButtonType)
public BootstrapLinkButton(@Nonnull EBootstrapButtonSize eButtonSize)
public BootstrapLinkButton(@Nonnull EBootstrapButtonType eButtonType, @Nonnull EBootstrapButtonSize eButtonSize)
@Nonnull public EBootstrapButtonType getButtonType()
@Nonnull public BootstrapLinkButton setButtonType(@Nonnull EBootstrapButtonType eButtonType)
@Nullable public EBootstrapButtonSize getButtonSize()
@Nonnull public BootstrapLinkButton setButtonSize(@Nonnull EBootstrapButtonSize eButtonSize)
@Nullable public com.helger.webctrls.custom.IIcon getIcon()
@Nonnull public BootstrapLinkButton setIcon(@Nullable com.helger.webctrls.custom.EDefaultIcon eIcon)
@Nonnull public BootstrapLinkButton setIcon(@Nullable com.helger.webctrls.custom.IIcon aIcon)
@OverrideOnDemand @OverridingMethodsMustInvokeSuper protected void internalBeforeConvertToNode(@Nonnull com.helger.html.hc.conversion.IHCConversionSettingsToNode aConversionSettings)
internalBeforeConvertToNode in class com.helger.html.hc.impl.AbstractHCElementWithInternalChildren<BootstrapLinkButton,com.helger.html.hc.IHCNode>Copyright © 2014–2015 Philip Helger. All rights reserved.