public class UiExtensions extends Object implements Iterable<UiExtension>
Modifier and Type | Field and Description |
---|---|
static UiExtensions |
EMPTY |
Constructor and Description |
---|
UiExtensions(List<UiExtension> extensions) |
Modifier and Type | Method and Description |
---|---|
List<UiExtension> |
getCssExtensions() |
List<UiExtension> |
getJsExtensions() |
Iterator<UiExtension> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final UiExtensions EMPTY
public UiExtensions(List<UiExtension> extensions)
public Iterator<UiExtension> iterator()
iterator
in interface Iterable<UiExtension>
public List<UiExtension> getCssExtensions()
public List<UiExtension> getJsExtensions()
Copyright © 2023 codecentric AG. All rights reserved.