public class DropDownAutoOpenConfig
extends de.agilecoders.wicket.jquery.AbstractConfig
DropDownAutoOpen configuration
| Constructor and Description |
|---|
DropDownAutoOpenConfig()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
DropDownAutoOpenConfig |
instantlyCloseOthers(boolean value)
whether to close other menus or not
|
DropDownAutoOpenConfig |
withDelay(org.apache.wicket.util.time.Duration value)
open delay
|
public DropDownAutoOpenConfig withDelay(org.apache.wicket.util.time.Duration value)
open delay
value - mandatory parameterpublic DropDownAutoOpenConfig instantlyCloseOthers(boolean value)
whether to close other menus or not
value - mandatory parameterCopyright © 2011–2014 AgileCoders. All rights reserved.