Skip navigation links
A F G L O P S 

A

apply(T) - Method in class org.wicketstuff.lambda.OptionalFunction
 

F

FunctionColumn<T,S,R> - Class in org.wicketstuff.lambda.table
AbstractColumn where the IModel of a cell is provided by applying a dataFunction to the IModel of the row.
FunctionColumn(IModel<String>, Function<T, R>) - Constructor for class org.wicketstuff.lambda.table.FunctionColumn
 
FunctionColumn(IModel<String>, Function<T, R>, S) - Constructor for class org.wicketstuff.lambda.table.FunctionColumn
 

G

getDataModel(IModel<T>) - Method in class org.wicketstuff.lambda.table.FunctionColumn
Returns the model for the cell from the model of the row.

L

LambdaModel<T,R> - Class in org.wicketstuff.lambda.model
LoadableDetachableModel that wraps another IModel and applies a SerializableFunction to the wrapped model to get the value for the load() function.
LambdaModel(IModel<T>, SerializableFunction<T, R>) - Constructor for class org.wicketstuff.lambda.model.LambdaModel
 
LambdaModel(IModel<T>, SerializableFunction<T, R>, SerializableBiConsumer<T, R>) - Constructor for class org.wicketstuff.lambda.model.LambdaModel
 
load() - Method in class org.wicketstuff.lambda.model.LambdaModel
 
load() - Method in class org.wicketstuff.lambda.model.SupplierModel
 

O

onDetach() - Method in class org.wicketstuff.lambda.model.LambdaModel
 
OptionalFunction<T,R> - Class in org.wicketstuff.lambda
SerializableFunction mapping T to R.
OptionalFunction(SerializableFunction<T, Optional<R>>) - Constructor for class org.wicketstuff.lambda.OptionalFunction
 
OptionalFunction(SerializableFunction<T, Optional<R>>, SerializableSupplier<R>) - Constructor for class org.wicketstuff.lambda.OptionalFunction
 
org.wicketstuff.lambda - package org.wicketstuff.lambda
 
org.wicketstuff.lambda.model - package org.wicketstuff.lambda.model
 
org.wicketstuff.lambda.table - package org.wicketstuff.lambda.table
 

P

populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class org.wicketstuff.lambda.table.FunctionColumn
 

S

SerializableBiConsumer<T,U> - Interface in org.wicketstuff.lambda
SerializableBiFunction<T,U,R> - Interface in org.wicketstuff.lambda
SerializableConsumer<T> - Interface in org.wicketstuff.lambda
SerializableFunction<T,R> - Interface in org.wicketstuff.lambda
SerializableSupplier<T> - Interface in org.wicketstuff.lambda
setObject(R) - Method in class org.wicketstuff.lambda.model.LambdaModel
 
SupplierModel<T> - Class in org.wicketstuff.lambda.model
LoadableDetachableModel that gets its value from a SerializableSupplier.
SupplierModel(SerializableSupplier<T>) - Constructor for class org.wicketstuff.lambda.model.SupplierModel
Constructor.
A F G L O P S 
Skip navigation links

Copyright © 2020. All rights reserved.