@DesignerControl(defaultWidth=2) @Control(parents={PanelGroup.class,Group.class,Column.class,Tab.class,Row.class,pl.fhframework.model.forms.Form.class,Repeater.class}, invalidParents=Table.class, canBeDesigned=true) @DocumentedComponent(category=BUTTONS_AND_OTHER, value="Label component is responsible for displaying HTML link.", icon="fa fa-link") public class Link extends OutputLabel implements IHasBoundableLabel
Component.ComponentAttr, Component.IGenerationUtils| Modifier and Type | Field and Description |
|---|---|
protected static String |
LABEL_ATTR |
ATTR_ON_CLICK, ATTR_VALUEACCESSIBILITY, RESOLUTION_SIZEON_DROP_COMPONENT, ON_RESIZE_COMPONENT| Modifier and Type | Method and Description |
|---|---|
Link |
createNewSameComponent()
Create a new component of the same type.
|
void |
doCopy(Table table,
Map<String,String> iteratorReplacements,
OutputLabel baseClone)
Copies values of attributes with replaced iterators in bindings and actions to a new component of the same type.
|
void |
init() |
ElementChanges |
updateView() |
getAvailablityAffectingActions, getBodyAttributeName, getEventHandler, getIconBinding, isModificationEvent, setBody, setOnClick, setOnClick, setValueBindingAdHocgetHeight, getHint, getHintBinding, getHintPlacement, getHintTrigger, getHintType, getHorizontalAlign, getHtmlAccessibilityRole, getInlineStyle, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getStyleClasses, getVerticalAlign, getWidth, getWrapperStyle, isPush, refreshElementToForm, refreshView, refreshView, setHeight, setHintBinding, setHintPlacement, setHintTrigger, setHintType, setHorizontalAlign, setHtmlAccessibilityRole, setInlineStyle, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPush, setStyleClasses, setVerticalAlign, setWidth, setWrapperStyle, tryParseAttributeInPixelOrPercentageUnit, tryParseAttributeInPixelUnit, tryParseAttributeInPixelUnitareModelValuesTheSame, areValuesTheSame, calculateAvailability, clone, convertBindingValueToString, convertBindingValueToString, convertValue, convertValueToString, convertValueToString, createAdHocModelBinding, equals, finalizeReading, generateId, getAccessibilityRules, getAvailability, getAvailabilityModelBinding, getBindingContext, getEventProcessingForm, getForm, getGeneratedIdPrefix, getGenerationUtils, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, getType, hashCode, isArtificial, isGeneratedId, isInitDone, isInvisible, isStopProcessingUpdateView, onProcessingFinish, onProcessingStart, postClone, preConfigureClear, prepareEventDataArgument, refreshAvailability, resetInitDone, setArtificial, setAvailability, setAvailabilityModelBinding, setBindingContext, setGenerationUtils, setGroupingParentComponent, setId, setInvisible, setOnDesignerToolboxDrop, setOnDesignerToolboxDrop, setRawId, setStopProcessingUpdateView, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetLabelModelBindingdoCopy, getCopy, getCopygetIcon, getIconAlignment, resolveIconBindingshouldWriteToBodyisDesignActionAllowed, isDesignDeletableprotected static final String LABEL_ATTR
public Link(Form form)
public void init()
init in class OutputLabelpublic ElementChanges updateView()
updateView in class OutputLabelpublic Link createNewSameComponent()
TableComponentcreateNewSameComponent in interface TableComponent<OutputLabel>createNewSameComponent in class OutputLabelpublic void doCopy(Table table, Map<String,String> iteratorReplacements, OutputLabel baseClone)
TableComponentdoCopy in interface TableComponent<OutputLabel>doCopy in class OutputLabeltable - tableiteratorReplacements - iterator replacementsbaseClone - a new component of the same typeCopyright © 2020. All rights reserved.