Package com.persequor.extension.frontend
Interface IHasAttributes<Z>
- All Known Subinterfaces:
IAccordion
,IAccordionSection
,IAppForm
,IButton
,ICell
,ICircle
,IDateField
,IDateRangeField
,IDateTimeField
,IDateTimeRangeField
,IDivider
,IEllipse
,IEventDataSection
,IForm
,IFormContent
,IFragment
,IGroup
,IHasFill<Z>
,IHasStroke<Z>
,IIFrame
,ILine
,IMultiInputField
,IMultiSelectField
,INumericField
,IPage
,IPath
,IProgressBar
,IRect
,ISection
,ISelectField
,IStepper
,ISubmitButton
,ISVG
,ISVGElement<Z>
,ISvgIcon
,ITableRow
,IText
,IText
,ITextAreaField
,ITextField
,ITimeField
,ITimelineItem
,ITitle
,ITree
,ITreeItem
,IVerticalContainer
public interface IHasAttributes<Z>
-
Method Details
-
attr
Set an attribute on this element.- Parameters:
attribute
- the name of the attributevalue
- the value of the attribute- Returns:
this
, for chaining
-
attr
Set a Color attribute on this element.- Parameters:
attribute
- the name of the attributevalue
- the value of the attribute- Returns:
this
, for chaining
-
attr
Set a Map attribute on this element- Parameters:
attribute
- the name of the attributevalue
- the value of the attribute- Returns:
this
, for chaining
-
attr
Set an attribute on this element.- Parameters:
attribute
- the name of the attributevalue
- the value of the attributeunit
- the unit of the value- Returns:
this
, for chaining
-
attr
Set an attribute on this element.- Parameters:
attribute
- the name of the attributevalue
- the value of the attributeunit
- the unit of the value- Returns:
this
, for chaining
-
attr
Set an attribute on this element.- Parameters:
attribute
- the name of the attributevalue
- the value of the attribute- Returns:
this
, for chaining
-