com.wewebu.ow.server.app
Interface OwComboItem

All Known Implementing Classes:
OwDefaultComboItem

public interface OwComboItem

Interface for combo box item.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.0.0.0

Method Summary
 String getDisplayName()
          Get the item display name.
 String getValue()
          Get the item value.
 

Method Detail

getDisplayName

String getDisplayName()
Get the item display name.

Returns:
a String object representing the display name of this combo item.

getValue

String getValue()
Get the item value.

Returns:
a String object representing the value of this combo item.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.