tcMenuJavaAPI
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
com.thecoderscorner.menu.domain.EditItemType Enum Reference

Public Member Functions

 EditItemType (int msgId)
 
int getMsgId ()
 

Static Public Member Functions

static EditItemType fromId (int id)
 

Public Attributes

 PLAIN_TEXT =(0)
 
 IP_ADDRESS =(1)
 
 TIME_24H =(2)
 
 TIME_12H =(3)
 
 TIME_24_HUNDREDS =(4)
 
 GREGORIAN_DATE =(5)
 
 TIME_DURATION_SECONDS =(6)
 
 TIME_DURATION_HUNDREDS =(7)
 
 TIME_24H_HHMM =(8)
 
 TIME_12H_HHMM =(9)
 

Detailed Description

Text menu items can represent several types of value and as such the edit type must be defined.

Member Data Documentation

◆ GREGORIAN_DATE

com.thecoderscorner.menu.domain.EditItemType.GREGORIAN_DATE =(5)

This field represents a gregorian date

◆ IP_ADDRESS

com.thecoderscorner.menu.domain.EditItemType.IP_ADDRESS =(1)

This field represents an IP address

◆ PLAIN_TEXT

com.thecoderscorner.menu.domain.EditItemType.PLAIN_TEXT =(0)

This field has no validation, it is plain text

◆ TIME_12H

com.thecoderscorner.menu.domain.EditItemType.TIME_12H =(3)

This field represents a time in 12H format with seconds

◆ TIME_12H_HHMM

com.thecoderscorner.menu.domain.EditItemType.TIME_12H_HHMM =(9)

This field represents a 12H time in minutes

◆ TIME_24_HUNDREDS

com.thecoderscorner.menu.domain.EditItemType.TIME_24_HUNDREDS =(4)

This field represents a time in 24H format down to hundreds of a second

◆ TIME_24H

com.thecoderscorner.menu.domain.EditItemType.TIME_24H =(2)

This field represents a time in 24H format with seconds

◆ TIME_24H_HHMM

com.thecoderscorner.menu.domain.EditItemType.TIME_24H_HHMM =(8)

This field represents a 24H time in minutes

◆ TIME_DURATION_HUNDREDS

com.thecoderscorner.menu.domain.EditItemType.TIME_DURATION_HUNDREDS =(7)

This field represents a time duration in hundreds

◆ TIME_DURATION_SECONDS

com.thecoderscorner.menu.domain.EditItemType.TIME_DURATION_SECONDS =(6)

This field represents a time duration in seconds


The documentation for this enum was generated from the following file: