public class TitleAttribute extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.wicket.behavior.AttributeAppender |
append(org.apache.wicket.model.IModel<String> titleModel) |
static org.apache.wicket.behavior.AttributeAppender |
append(String title) |
static org.apache.wicket.AttributeModifier |
clear() |
static org.apache.wicket.AttributeModifier |
set(org.apache.wicket.model.IModel<String> titleModel) |
static org.apache.wicket.AttributeModifier |
set(String title) |
public static org.apache.wicket.behavior.AttributeAppender append(String title)
public static org.apache.wicket.behavior.AttributeAppender append(org.apache.wicket.model.IModel<String> titleModel)
public static org.apache.wicket.AttributeModifier set(String title)
public static org.apache.wicket.AttributeModifier set(org.apache.wicket.model.IModel<String> titleModel)
public static org.apache.wicket.AttributeModifier clear()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.