converters
Converter with collection
in WPF, in my XAML i have a dataGrid binded on a IEnumerable. The collection items have a proprety call开发者_开发知识库ed Sealed. To know if the order is sealed or not. So i\'ve made a converter to s[详细]
2023-04-13 05:34 分类:问答Data Trigger using Converter not working
I am trying to update the color of textblock depending on it value. Seems simple however not working.[详细]
2023-04-12 17:31 分类:问答How to inject @EJB, @PersistenceContext, @Inject, @Autowired, etc in @FacesConverter?
How can I inject a dependency like @EJB, @PersistenceContext, @Inject, @AutoWired, etc in a @FacesConverter? In my specific case I need to inject an EJB via @EJB:[详细]
2023-04-11 13:54 分类:问答JSF List Converter
How do I write a converter for a list of items of class A in JSF2? I have written a converter for class A, but the items show up using the default toString() function: \"A@hashcode\".[详细]
2023-04-10 16:35 分类:问答Where to set the Converter for items of a collection in XAML
I just made my first converter to convert from int to string. I have a combobox fill with integers(years) but if the value is 0 I want the combobox 开发者_如何学运维to show \'All\'.[详细]
2023-04-10 12:15 分类:问答p:autoComplete itemLabel throws "The class 'java.lang.String' does not have the property 'label'."
I\'m changing from IceFaces to PrimeFaces (I really wanted to change to RichFaces but cause a bug in new version, I won\'t) and I\'m havinng some dificults to implement correctly primefaces autoComple[详细]
2023-04-10 10:18 分类:问答How to allow decimal values in Telerik Silverlight GridViewDataColumn filter dialog?
I\'ve got a data column defined within a RadGridView that uses a currency value. Here\'s the definition:[详细]
2023-04-10 08:05 分类:问答Class with builtin marshalling. Why are the field converters not working?
I have the following questions: Should the marshalling be placed in a class helper instead? Or is it quite OK to place it \"inside\" the class?[详细]
2023-04-09 06:41 分类:问答Convert dates in JSF for "title" attribute in a table
Is it possible in JSF to convert a date value and put it in \"title\" attribute? In a similar question, JSF Convert dates for title attribute, there was an answer, that it can be done with JSTL\'s fmt[详细]
2023-04-09 05:24 分类:问答WkHtmlToXSharp How to add Headers and Footers?
I\'m building an HTML to PDF converter with the WkHtmlToXSharp (QT webkit) librar开发者_StackOverflow社区y, and was wondering if someone knows how to add headers and footers to the document? I\'ve see[详细]
2023-04-09 01:34 分类:问答