faces icon indicating copy to clipboard operation
faces copied to clipboard

Make SelectItem#value generic

Open eclipse-faces-bot opened this issue 18 years ago • 17 comments

Can SelectItem's value be added as a generic of SelectItem? I think it would come in handy. If a good idea can this make it into 1.2.1?

Mike

Environment

Operating System: All Platform: All

Affected Versions

[1.2]

eclipse-faces-bot avatar Aug 11 '06 08:08 eclipse-faces-bot

  • Issue Imported From: https://github.com/javaee/javaserverfaces-spec/issues/206
  • Original Issue Raised By:@glassfishrobot
  • Original Issue Assigned To: Unassigned

eclipse-faces-bot avatar Aug 06 '19 05:08 eclipse-faces-bot

@glassfishrobot Commented Reported by youngm

eclipse-faces-bot avatar Aug 11 '06 08:08 eclipse-faces-bot

@glassfishrobot Commented @edburns said: I'm sorry, Mike, I don't understand what you mean. Can you please be more explicit?

Thanks,

Ed

eclipse-faces-bot avatar Oct 15 '08 11:10 eclipse-faces-bot

@glassfishrobot Commented youngm said: Change SelectItem's definition to:

public class SelectItem<V> { private V value = null; public SelectItem(V value)

{...} public V getValue() {...}

public void setValue(V value)

{...}

}

So that I could access the value contained in SelectItem without having to cast it.

Mike

eclipse-faces-bot avatar Oct 15 '08 13:10 eclipse-faces-bot

@glassfishrobot Commented @edburns said: Move to unscheduled target milestone

eclipse-faces-bot avatar Sep 24 '09 09:09 eclipse-faces-bot

@glassfishrobot Commented @edburns said: Prepare to delete api subcomponent

eclipse-faces-bot avatar Nov 24 '09 07:11 eclipse-faces-bot

@glassfishrobot Commented @edburns said: cat2

eclipse-faces-bot avatar Mar 04 '10 12:03 eclipse-faces-bot

@glassfishrobot Commented @edburns said: javadoc

eclipse-faces-bot avatar Mar 17 '10 14:03 eclipse-faces-bot

@glassfishrobot Commented @edburns said: These are targeted at 2.1.

eclipse-faces-bot avatar May 15 '10 07:05 eclipse-faces-bot

@glassfishrobot Commented sheetalv said: triage

eclipse-faces-bot avatar Jun 10 '10 12:06 eclipse-faces-bot

@glassfishrobot Commented @edburns said: rogerk

eclipse-faces-bot avatar Jun 22 '10 21:06 eclipse-faces-bot

@glassfishrobot Commented rogerk said: triage

eclipse-faces-bot avatar Oct 27 '10 10:10 eclipse-faces-bot

@glassfishrobot Commented rogerk said: triage

eclipse-faces-bot avatar Nov 16 '10 11:11 eclipse-faces-bot

@glassfishrobot Commented @edburns said: Set priority to baseline ahead of JSF 2.3 triage. Priorities will be assigned accurately after this exercise.

eclipse-faces-bot avatar Aug 01 '14 14:08 eclipse-faces-bot

@glassfishrobot Commented @edburns said: Higher priority.

eclipse-faces-bot avatar Aug 04 '14 16:08 eclipse-faces-bot

@glassfishrobot Commented This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-206

eclipse-faces-bot avatar May 05 '17 04:05 eclipse-faces-bot

Breaking change. Let's do 5.0.

BalusC avatar Jul 22 '23 18:07 BalusC