Schnittstelle IFluentMutableMultiTokenHolder<FMMTH extends IFluentMutableMultiTokenHolder<FMMTH>>
- Typparameter:
FMMTH
- is the type of aIFluentMutableMultiTokenHolder
.
- Alle Superschnittstellen:
IMultiTokenHolder
- Alle bekannten Unterschnittstellen:
IAccordion
,IButton
,ICheckbox
,IComponent
,IContainer<C,
,ECS> IControl<C,
,CS> IDropdownMenu
,IGrid
,IHorizontalStack
,IImageControl
,IItemMenu<IM,
,IMS> ILabel
,ILayer<L>
,ILinearContainer<LC,
,LCL> ILink
,ISingleContainer
,IStylableElement<SE>
,IStyleElement<SE>
,ITabContainer
,ITextbox
,IUploader
,IValidationLabel
,IVerticalStack
,IWebGui<WG>
- Alle bekannten Implementierungsklassen:
BaseComponent
,Button
,Component
,ComponentWithDataSupplier
,Container
,Control
,DropdownMenu
,FloatContainer
,Grid
,HorizontalStack
,ImageControl
,ItemMenu
,Label
,Layer
,LinearContainer
,Link
,SingleContainer
,StylableElement
,StyleElement
,Textbox
,Uploader
,ValidationLabel
,VerticalStack
,WebApplicationComponent
,WebGui
public interface IFluentMutableMultiTokenHolder<FMMTH extends IFluentMutableMultiTokenHolder<FMMTH>>
extends IMultiTokenHolder
A
IFluentMutableMultiTokenHolder
is a IMultiTokenHolder
whose
tokens can be added and removed programmatically and fluently.- Version:
- 2023-06-16
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAdds the given token to the currentIFluentMutableMultiTokenHolder
.removeToken
(String token) Removes the token that equals the given token from the currentIFluentMutableMultiTokenHolder
if the currentIFluentMutableMultiTokenHolder
contains such a token.Removes all tokens from the currentIFluentMutableMultiTokenHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.multiattributeapi.IMultiTokenHolder
getTokens
-
Methodendetails
-
addToken
Adds the given token to the currentIFluentMutableMultiTokenHolder
.- Parameter:
token
-- Gibt zurück:
- the current
IFluentMutableMultiTokenHolder
. - Löst aus:
RuntimeException
- if the given token is null or blank.
-
removeToken
Removes the token that equals the given token from the currentIFluentMutableMultiTokenHolder
if the currentIFluentMutableMultiTokenHolder
contains such a token.- Parameter:
token
-- Gibt zurück:
- the current
IFluentMutableMultiTokenHolder
.
-
removeTokens
FMMTH removeTokens()Removes all tokens from the currentIFluentMutableMultiTokenHolder
.- Gibt zurück:
- the current
IFluentMutableMultiTokenHolder
.
-