Class DefaultButtonImageResourceFactory
- java.lang.Object
-
- org.apache.wicket.markup.html.image.resource.DefaultButtonImageResourceFactory
-
- All Implemented Interfaces:
IResourceFactory
public class DefaultButtonImageResourceFactory extends Object implements IResourceFactory
A factory which creates default button images.- Author:
- Jonathan Locke
-
-
Constructor Summary
Constructors Constructor Description DefaultButtonImageResourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IResource
newResource(String specification, Locale locale, String style, String variation)
-
-
-
Constructor Detail
-
DefaultButtonImageResourceFactory
public DefaultButtonImageResourceFactory()
-
-
Method Detail
-
newResource
public IResource newResource(String specification, Locale locale, String style, String variation)
- Specified by:
newResource
in interfaceIResourceFactory
- Parameters:
specification
- The resource specification stringlocale
- The locale for the resourcestyle
- The style of the resource (seeSession
)variation
- The component's variation- Returns:
- The resource
- See Also:
IResourceFactory.newResource(java.lang.String, java.util.Locale, java.lang.String, java.lang.String)
-
-