Interface FluentMutableOptionalIdHolder<H extends FluentMutableOptionalIdHolder<H>>

Type Parameters:
H - the type of a FluentMutableOptionalIdHolder
All Superinterfaces:
OptionalIdHolder
All Known Subinterfaces:
Control<C,S>, IAccordion, IButton, ICheckbox, IComponent, IContainer<C,S>, IDropdownMenu, IGrid, IHorizontalStack, IImageControl, IItemMenu<M,S>, ILabel, ILayer, ILinearContainer<C,S>, ILink, ISingleContainer, IStylableElement<E>, IStyleElement<E>, ITabContainer, ITextbox, IUploader, IValidationLabel, IVerticalStack, IWebGui<G>
All Known Implementing Classes:
AbstractContainer, AbstractControl, AbstractItemMenu, AbstractLinearContainer, AbstractStylableElement, AbstractStyleElement, Button, Component, ComponentWithAdapterFactory, DropdownMenu, FloatContainer, Grid, HorizontalStack, ImageControl, Label, Layer, Link, SingleContainer, TabContainer, Textbox, Uploader, ValidationLabel, VerticalStack, WebGui

public interface FluentMutableOptionalIdHolder<H extends FluentMutableOptionalIdHolder<H>> extends OptionalIdHolder
A FluentMutableOptionalIdHolder is a OptionalIdHolder whose id can be set programmatically and fluently and removed programmatically.
Author:
Silvan Wyss