@DefaultCommand

From Documentation
Revision as of 08:52, 26 October 2012 by Hawk (talk | contribs) (Created page with "{{ZKDevelopersReferencePageHeader}} =Syntax= <source lang="java"> @DefaultCommand </source> = Description = '''Target:''' method '''Purpose:''' To mark a default Command meth...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

@DefaultCommand

Description

Target: method

Purpose: To mark a default Command method.


Example

Mark method as default

	@DefaultCommand
	public void default(){
		...
	}



Version History

Last Update : 2012/10/26


Version Date Content
6.5.1 October 2012 This annotation was introduced.




Last Update : 2012/10/26

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.