You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ComponentContext interface to store and retrieve arbitrary values associated with keys in a component. Implemented by
AccordionItem
ActionListItem
BreadcrumbItem
DataListItem
JumpLinksItem
ListItem
MenuItem
NavigationItem
SimpleListItem
TabContent
Td, Th, Tr
ToggleGroupItem
ToolbarItem
TreeViewItem
Add FlexWrap.noWrap modifier
Add methods to swap typed modifiers:
static <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T value, T[] values): Swaps a typed modifier on an element builder. Swapping is done by removing all modifiers given as values and then setting the new modifier given as value.
static <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T current, T previous, Runnable assignment): Swaps a typed modifier on an element builder. Swapping is done by removing the previous modifier, applying the current modifier, and optionally performing an assignment.
Changed
Unified select() method signatures on various components
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Added
ComponentContext
interface to store and retrieve arbitrary values associated with keys in a component. Implemented byAccordionItem
ActionListItem
BreadcrumbItem
DataListItem
JumpLinksItem
ListItem
MenuItem
NavigationItem
SimpleListItem
TabContent
Td
,Th
,Tr
ToggleGroupItem
ToolbarItem
TreeViewItem
FlexWrap.noWrap
modifierstatic <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T value, T[] values)
:Swaps a typed modifier on an element builder. Swapping is done by removing all modifiers given as
values
and then setting the new modifier given asvalue
.static <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T current, T previous, Runnable assignment)
:Swaps a typed modifier on an element builder. Swapping is done by removing the previous modifier, applying the current modifier, and optionally performing an assignment.
Changed
select()
method signatures on various componentsFixed
Upgrades
This discussion was created from the release PatternFly Java 0.2.7.
Beta Was this translation helpful? Give feedback.
All reactions