public class StyleAttribute extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.wicket.AttributeModifier |
append(org.apache.wicket.model.IModel<String> styleModel) |
static org.apache.wicket.AttributeModifier |
append(SerializableSupplier<String> supplier) |
static org.apache.wicket.AttributeModifier |
append(String style) |
static org.apache.wicket.AttributeModifier |
clear() |
static org.apache.wicket.AttributeModifier |
set(org.apache.wicket.model.IModel<String> styleModel) |
static org.apache.wicket.AttributeModifier |
set(SerializableSupplier<String> supplier) |
static org.apache.wicket.AttributeModifier |
set(String style) |
public static org.apache.wicket.AttributeModifier append(String style)
public static org.apache.wicket.AttributeModifier append(org.apache.wicket.model.IModel<String> styleModel)
public static org.apache.wicket.AttributeModifier append(SerializableSupplier<String> supplier)
public static org.apache.wicket.AttributeModifier set(String style)
public static org.apache.wicket.AttributeModifier set(org.apache.wicket.model.IModel<String> styleModel)
public static org.apache.wicket.AttributeModifier set(SerializableSupplier<String> supplier)
public static org.apache.wicket.AttributeModifier clear()
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.