Interface HasBinding
- All Known Subinterfaces:
BadgeTagDeclaration, BarTagDeclaration, BoxTagDeclaration, ButtonsTagDeclaration, ButtonTagDeclaration, ColumnNodeTagDeclaration, ColumnPanelTagDeclaration, ColumnSelectorTagDeclaration, ColumnTagDeclaration, ConfigTagDeclaration, DateTagDeclaration, EventTagDeclaration, FigureTagDeclaration, FileTagDeclaration, FlexLayoutTagDeclaration, FlowLayoutTagDeclaration, FooterTagDeclaration, FormTagDeclaration, GridLayoutTagDeclaration, HasIdBindingAndRendered, HeaderTagDeclaration, HiddenTagDeclaration, ImageTagDeclaration, InTagDeclaration, LabelTagDeclaration, LinksTagDeclaration, LinkTagDeclaration, MessagesTagDeclaration, MetaLinkTagDeclaration, MetaTagDeclaration, ObjectTagDeclaration, OffcanvasTagDeclaration, OutTagDeclaration, PageTagDeclaration, PaginatorListTagDeclaration, PaginatorPageTagDeclaration, PaginatorPanelTagDeclaration, PaginatorRowTagDeclaration, PanelTagDeclaration, PopoverTagDeclaration, PopupTagDeclaration, ProgressTagDeclaration, RangeTagDeclaration, ReloadTagDeclaration, RowTagDeclaration, ScriptTagDeclaration, SectionTagDeclaration, SegmentLayoutTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectItemsFilteredTagDeclaration, SelectItemsTagDeclaration, SelectItemTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, SelectReferenceTagDeclaration, SeparatorTagDeclaration, SheetTagDeclaration, SplitLayoutTagDeclaration, StarsTagDeclaration, StyleTagDeclaration, SuggestTagDeclaration, TabGroupTagDeclaration, TabTagDeclaration, TextareaTagDeclaration, ToastsTagDeclaration, TreeIconTagDeclaration, TreeIndentTagDeclaration, TreeLabelTagDeclaration, TreeListboxTagDeclaration, TreeNodeTagDeclaration, TreeSelectTagDeclaration, TreeTagDeclaration
public interface HasBinding
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBinding(String binding) The value binding expression linking this component to a property in a backing bean.
-
Method Details
-
setBinding
The value binding expression linking this component to a property in a backing bean. For Facelets, the component is the outer UIPanel, not the input control.
-